From 9f16db7a138381e732b6658b0b53ccc68f8a6c52 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 18 Oct 2019 00:32:56 -0600 Subject: [PATCH] update in-container readme for config and sites --- config/readme | 4 +++- sites/readme | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) 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/'