Initial commit

This commit is contained in:
Lutchy Horace 2021-01-21 16:58:32 -05:00
parent cb24cc9b9b
commit 2500470a1a
32 changed files with 2660 additions and 0 deletions

6
enable_site.conf.example Normal file
View 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