From 3d77979efbaaf034d57944aafbb2616c5ec7eae9 Mon Sep 17 00:00:00 2001 From: Steve Kamerman Date: Thu, 19 May 2016 23:15:25 -0400 Subject: [PATCH] Expanded documentation on HTTPS_METHOD --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e217be..37affdc 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,8 @@ a 503. To serve traffic in both SSL and non-SSL modes without redirecting to SSL, you can include the environment variable `HTTPS_METHOD=noredirect` (the default is `HTTPS_METHOD=redirect`). You can also -disable the non-SSL site entirely with `HTTPS_METHOD=nohttp`. +disable the non-SSL site entirely with `HTTPS_METHOD=nohttp`. Note that `HTTPS_METHOD` must be specified +on each container for which you want to override the default behavior. ### Basic Authentication Support