Initial commit
This commit is contained in:
parent
cb24cc9b9b
commit
2500470a1a
32 changed files with 2660 additions and 0 deletions
6
enable_site.conf.example
Normal file
6
enable_site.conf.example
Normal file
|
@ -0,0 +1,6 @@
|
|||
NGINX_USER=nginx #Unused
|
||||
NGINX_DIR=/etc/nginx
|
||||
NGINX_CONF_D=$NGINX_DIR/conf.d
|
||||
NGINX_SVC_RESTART='rc-service nginx reload'
|
||||
#NGINX_LISTEN_IP=192.168.1.128
|
||||
VHOSTS_DIR=/srv/vhosts
|
Loading…
Add table
Add a link
Reference in a new issue