update template file

This commit is contained in:
Asif Bacchus 2019-11-17 23:53:43 -07:00
parent 61b0eb31d1
commit d51817d02f
1 changed files with 17 additions and 11 deletions

View File

@ -47,8 +47,9 @@ HOSTNAMES="domain.tld www.domain.tld server.domain.tld alt.domain.tld"
# Access logging (global preference):
# Unless overridden in a server/location block, access logging will be handled
# according to this setting. Default is OFF. Choices are 'ON' or 'OFF'. Logs
# will be printed to the console so they are accessible via 'docker logs ...'
# according to this setting. Default is OFF. Choices are 'ON' or 'OFF'.
# Logs will be printed to the console so they are accessible via
# 'docker logs ...'
ACCESS_LOG=OFF
### Content files
@ -60,7 +61,7 @@ ACCESS_LOG=OFF
# 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').
CONFIG_DIR=$(pwd)/config/
CONFIG_DIR=$(pwd)/config
# Specify a directory containing your NGINX server-block configurations (if any)
# If you are just serving static content from the 'webroot', you can use the
@ -71,7 +72,12 @@ CONFIG_DIR=$(pwd)/config/
# (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').
SERVERS_DIR=$(pwd)/sites/
SERVERS_DIR=$(pwd)/sites
# Specify a directory containing 'snippets' of NGINX code you want/need to
# reference in various other configuration files. Pointers to additional SSL
# certificates for other hosted domains is a good example of this.
SNIPPETS_DIR=$(pwd)/snippets
# Specify a directory that contains files for your 'webroot'. This includes
# things like HTML, CSS, etc.