From 60f79fdd45adb5134ed9b70813f154960c432e89 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Mon, 26 Jul 2021 00:23:23 -0600 Subject: [PATCH] docs(config): update sites readme file --- helpers/sites/readme | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/helpers/sites/readme b/helpers/sites/readme index 9af8465..471c95f 100644 --- a/helpers/sites/readme +++ b/helpers/sites/readme @@ -1,11 +1,11 @@ - Place all your server block configuration files in this directory - This path should be bind-mounted to the container at: '/etc/nginx/sites' - - this bind-mount will override the test pages included in the container by - default. + - this bind-mount will override the default server configurations + included in the container by default. - 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, + - 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, you can bind-mount any other +- If you don't want to use this directory, you can bind-mount any other directory you want to '/etc/nginx/sites/'