diff --git a/config/readme b/config/readme index 652171f..edde12e 100644 --- a/config/readme +++ b/config/readme @@ -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'. \ No newline at end of file + 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/' diff --git a/sites/readme b/sites/readme index e6e5c25..9af8465 100644 --- a/sites/readme +++ b/sites/readme @@ -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'. \ No newline at end of file + 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/'