update params template

This commit is contained in:
Asif Bacchus 2019-11-16 16:35:51 -07:00
parent bbc9cb1508
commit 5d577a47b8

View File

@ -1,8 +1,6 @@
##### #####
# Parameters for use by ab-nginx convenience script # Parameters for use by ab-nginx convenience script
# #
# NOTE: 'TRUE', 'FALSE', 'ON' and 'OFF' MUST be in all CAPITALS!
#
# If you are not using the 'ab-nginx.sh' script file to start the container, # If you are not using the 'ab-nginx.sh' script file to start the container,
# then you don't have to do anything with this file. # then you don't have to do anything with this file.
##### #####
@ -44,8 +42,8 @@ HOSTNAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld"
# automatically adjust for non-standard ports # automatically adjust for non-standard ports
# If you want to use the defaults, either leave these lines as-is, comment them # If you want to use the defaults, either leave these lines as-is, comment them
# out or just delete them. # out or just delete them.
HTTP_PORT=80 #HTTP_PORT=80
HTTPS_PORT=443 #HTTPS_PORT=443
# Access logging (global preference): # Access logging (global preference):
# Unless overridden in a server/location block, access logging will be handled # Unless overridden in a server/location block, access logging will be handled
@ -77,7 +75,7 @@ SERVERS_DIR=$(pwd)/sites/
# Specify a directory that contains files for your 'webroot'. This includes # Specify a directory that contains files for your 'webroot'. This includes
# things like HTML, CSS, etc. # things like HTML, CSS, etc.
WEBROOT_DIR=/home/user/my_web_stuff/ WEBROOT_DIR=/var/www
### SSL options: ### SSL options: