Fix outdated comment in Dockerfile
This commit is contained in:
parent
023f04c7a4
commit
271d123846
@ -33,8 +33,8 @@ ENV REDIRECT_MODE="none"
|
|||||||
# Which HTTP code should we use for the above redirect
|
# Which HTTP code should we use for the above redirect
|
||||||
ENV REDIRECT_CODE=302
|
ENV REDIRECT_CODE=302
|
||||||
|
|
||||||
# And the protocol we should redirect to. Change this to "https" if you
|
# Which protocol should we use to do the above redirect? Valid options are
|
||||||
# serve via https (e.g. with a SSL-termination proxy infront of this)
|
# "http", "https" or "auto" (which will trust X-Forwarded-Proto)
|
||||||
ENV REDIRECT_PROTO="auto"
|
ENV REDIRECT_PROTO="auto"
|
||||||
|
|
||||||
ADD etc/ /etc/
|
ADD etc/ /etc/
|
||||||
|
Loading…
Reference in New Issue
Block a user