changed sites-enabled to sites-available
This commit is contained in:
parent
535a4f8d54
commit
13a9d0af4a
@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
CONFIG=/etc/nginx/sites-enabled/$1
|
CONFIG=/etc/nginx/sites-available/$1
|
||||||
DOMAIN=$2
|
DOMAIN=$2
|
||||||
|
|
||||||
IP=$(dig $DOMAIN +short)
|
IP=$(dig $DOMAIN +short)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user