docs(PARAMS): update comments for clarity

This commit is contained in:
Asif Bacchus 2021-01-05 23:21:15 -07:00
parent dcd3dbeac6
commit 6f4b2509b4
1 changed files with 33 additions and 32 deletions

View File

@ -35,11 +35,11 @@ TZ=Area/Location
# 'SERVERS_DIR'
HOSTNAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld"
# Ports to expose on the HOST machine (container ALWAYS internally uses 80/443):
# Ports to listen on:
# If you need to use ports other than HTTP=80 and HTTPS=443, remember to set up
# your server blocks accordingly! See 'test_secured.conf.disabled' in the
# container if you need help. If you're using the 'test blocks', they
# automatically adjust for non-standard ports
# container if you need help. If you're using the default configuration, the
# 'test blocks' automatically adjust for non-standard ports.
# If you want to use the defaults, either leave these lines as-is, comment them
# out or just delete them.
#HTTP_PORT=80
@ -54,13 +54,14 @@ ACCESS_LOG=OFF
### Content files
# Whatever you specify here will replace the default files in the container
# with your content/configurations.
# with your content/configurations. You may comment any/all of the following
# lines to disable them use the container defaults.
# Specify a directory containing your NGINX configurations (if any)
# Remember that these will be all be applied in the HTTP configuration
# context.
# Only files with a ".conf" extension will be loaded! If you want to disable a
# file, simply change it's extension (i.e. '.conf.disabled').
# file, simply change its extension (i.e. '.conf.disabled').
CONFIG_DIR=$(pwd)/config
# Specify a directory containing your NGINX server-block configurations (if any)
@ -71,7 +72,7 @@ CONFIG_DIR=$(pwd)/config
# processed in order so consider starting file names with numbers
# (i.e. 00-first_server.conf, 05-second_server.conf)
# Only files with a ".conf" extension will be loaded! If you want to disable a
# file, simply change it's extension (i.e. '.conf.disabled').
# file, simply change its extension (i.e. '.conf.disabled').
SERVERS_DIR=$(pwd)/sites
# Specify a directory containing 'snippets' of NGINX code you want/need to