From 365c0efecedea449a40f7368febf313d14965696 Mon Sep 17 00:00:00 2001 From: Mark Stapper Date: Wed, 2 Jul 2025 08:11:35 +0200 Subject: [PATCH] Fix typo --- docker/nginx/templates/default.conf.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;