From 271d12384676d1f4d8604468222e62db4957493f Mon Sep 17 00:00:00 2001 From: Michael Contento Date: Wed, 29 Mar 2017 19:25:50 +0200 Subject: [PATCH] Fix outdated comment in Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 32709d2..da24d2b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,8 +33,8 @@ ENV REDIRECT_MODE="none" # Which HTTP code should we use for the above redirect ENV REDIRECT_CODE=302 -# And the protocol we should redirect to. Change this to "https" if you -# serve via https (e.g. with a SSL-termination proxy infront of this) +# Which protocol should we use to do the above redirect? Valid options are +# "http", "https" or "auto" (which will trust X-Forwarded-Proto) ENV REDIRECT_PROTO="auto" ADD etc/ /etc/