From 933a774d06b12211c8e7204cba300069eb868be8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 18 Aug 2022 21:49:19 +0200 Subject: [PATCH] Update values.yaml Signed-off-by: Kjeld Schouten-Lebbing --- charts/stable/recipes/values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/charts/stable/recipes/values.yaml b/charts/stable/recipes/values.yaml index eb9464d6415..b2da1f55962 100644 --- a/charts/stable/recipes/values.yaml +++ b/charts/stable/recipes/values.yaml @@ -39,8 +39,9 @@ configmap: } # pass requests for dynamic content to gunicorn location / { - proxy_set_header Host $host; + proxy_set_header Host $http_host; proxy_pass http://localhost:8080; + proxy_set_header X-Forwarded-Proto $scheme; } } }