ab-nginx/helpers/config
Asif Bacchus 122aa79c21 feature(helpers): add disabled local resolver config
- add local resolver for reference
- disabled by default, use Cloudflare instead
2021-09-13 04:13:53 -06:00
..
buffers.conf build(GIT): move helper scripts to own directory 2021-01-07 15:06:38 -07:00
cfResolver.conf build(GIT): move helper scripts to own directory 2021-01-07 15:06:38 -07:00
gzip.conf build(GIT): move helper scripts to own directory 2021-01-07 15:06:38 -07:00
localResolver.conf.disabled feature(helpers): add disabled local resolver config 2021-09-13 04:13:53 -06:00
readme build(GIT): move helper scripts to own directory 2021-01-07 15:06:38 -07:00
staticContent.conf build(GIT): move helper scripts to own directory 2021-01-07 15:06:38 -07:00
timeouts.conf build(GIT): move helper scripts to own directory 2021-01-07 15:06:38 -07:00

readme

- Place all your configuration customization files in this directory
    - feel free to edit the included recommended files
    - files here override container settings
- 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/'