update in-container readme for config and sites

This commit is contained in:
Asif Bacchus 2019-10-18 00:32:56 -06:00
parent 89db7bc771
commit 9f16db7a13
2 changed files with 6 additions and 2 deletions

View File

@ -4,4 +4,6 @@
- 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'.
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/'

View File

@ -6,4 +6,6 @@
- All files should begin in the 'server' 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'.
simply change the extension. I like using '.conf.disabled'.
- If you don't want to use this directory, you can bind-mount any other
directory you want to '/etc/nginx/sites/'