ab-nginx/config
Asif Bacchus 5433019e2f docs(COMMENT): explain robots tag better 2021-01-05 16:56:49 -07:00
..
buffers.conf move sample config files out of sub-subdir 2019-10-17 18:49:36 -06:00
gzip.conf append newline to all configuration files 2019-10-18 00:35:02 -06:00
headersSecurity.conf docs(COMMENT): explain robots tag better 2021-01-05 16:56:49 -07:00
readme update in-container readme for config and sites 2019-10-18 00:32:56 -06:00
staticContent.conf append newline to all configuration files 2019-10-18 00:35:02 -06:00
timeouts.conf append newline to all configuration files 2019-10-18 00:35:02 -06:00

readme

- Place all your configuration customization files in this directory
    - feel free to edit the included recommended files
    - files here override container settings including nginx.conf
- Files here are placed in the HTTP configuration context
- ONLY files that end with '.conf' will be processed!
    - if you want to keep a file for reference or disable it temporarily, 
        simply change the extension.  I like using '.conf.disabled'.
- If you don't want to use this directory or these settings, you can bind-mount 
  any other directory you want to '/etc/nginx/config/'