diff --git a/docker/nginx/templates/default.conf.template b/docker/nginx/templates/default.conf.template index a2b2871a4..415f51aab 100644 --- a/docker/nginx/templates/default.conf.template +++ b/docker/nginx/templates/default.conf.template @@ -2,7 +2,7 @@ # by using `envsubst` to replace the environment variables in the template with # their actual values. -# Helper to get scheme regardless if we are behind a prox or not +# Helper to get scheme regardless if we are behind a proxy or not map $http_x_forwarded_proto $forwardscheme { default $scheme; https https;