From 2ceaab9625b16291af268031d9141097de931bad Mon Sep 17 00:00:00 2001 From: mr-bolle Date: Wed, 21 Nov 2018 02:04:17 +0100 Subject: [PATCH] update NGINX_FILES_PATH (#108) * Update .env.sample * Update README.md --- .env.sample | 8 +++++--- .github/README.md | 8 +++++--- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/.env.sample b/.env.sample index 9d546a2..aa68c74 100644 --- a/.env.sample +++ b/.env.sample @@ -42,9 +42,11 @@ NETWORK=webproxy #SERVICE_NETWORK_OPTIONS="--opt encrypted=true" # -# NGINX file path -# -NGINX_FILES_PATH=/path/to/your/nginx/data +## NGINX file path (mount into the host) +# Here you can configure the path where nginx stores all the configurations and certificates. +# With the value ./nginx-data it creates a new sub-folder into your current path. + +NGINX_FILES_PATH=./nginx-data # # NGINX use special conf files diff --git a/.github/README.md b/.github/README.md index b1f834a..96c91a5 100644 --- a/.github/README.md +++ b/.github/README.md @@ -79,9 +79,11 @@ NETWORK=webproxy #SERVICE_NETWORK_OPTIONS="--opt encrypted=true" # -# NGINX file path -# -NGINX_FILES_PATH=/path/to/your/nginx/data +## NGINX file path (mount into the host) +# Here you can configure the path where nginx stores all the configurations and certificates. +# With the value ./nginx-data it creates a new sub-folder into your current path. + +NGINX_FILES_PATH=./nginx-data # # NGINX use special conf files