Explorar o código

Expanded documentation on HTTPS_METHOD

Steve Kamerman %!s(int64=9) %!d(string=hai) anos
pai
achega
3d77979efb
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      README.md

+ 2 - 1
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