docs(PARAMS): update comments for clarity
This commit is contained in:
parent
dcd3dbeac6
commit
6f4b2509b4
@ -35,11 +35,11 @@ TZ=Area/Location
|
|||||||
# 'SERVERS_DIR'
|
# 'SERVERS_DIR'
|
||||||
HOSTNAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld"
|
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
|
# 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
|
# your server blocks accordingly! See 'test_secured.conf.disabled' in the
|
||||||
# container if you need help. If you're using the 'test blocks', they
|
# container if you need help. If you're using the default configuration, the
|
||||||
# automatically adjust for non-standard ports
|
# 'test blocks' 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
|
||||||
@ -54,13 +54,14 @@ ACCESS_LOG=OFF
|
|||||||
|
|
||||||
### Content files
|
### Content files
|
||||||
# Whatever you specify here will replace the default files in the container
|
# 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)
|
# Specify a directory containing your NGINX configurations (if any)
|
||||||
# Remember that these will be all be applied in the HTTP configuration
|
# Remember that these will be all be applied in the HTTP configuration
|
||||||
# context.
|
# context.
|
||||||
# Only files with a ".conf" extension will be loaded! If you want to disable a
|
# 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
|
CONFIG_DIR=$(pwd)/config
|
||||||
|
|
||||||
# Specify a directory containing your NGINX server-block configurations (if any)
|
# 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
|
# processed in order so consider starting file names with numbers
|
||||||
# (i.e. 00-first_server.conf, 05-second_server.conf)
|
# (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
|
# 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
|
SERVERS_DIR=$(pwd)/sites
|
||||||
|
|
||||||
# Specify a directory containing 'snippets' of NGINX code you want/need to
|
# Specify a directory containing 'snippets' of NGINX code you want/need to
|
||||||
|
Loading…
Reference in New Issue
Block a user