fix(recipes): fix nginx conf (#3878)

* fix(recipes): fix nginx conf

* bump
This commit is contained in:
Stavros Kois
2022-09-25 11:16:07 +02:00
committed by GitHub
parent ccf932740b
commit 8e9210fa6d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ configmap:
location / {
proxy_set_header Host $http_host;
proxy_pass http://localhost:8080;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Proto $http_x_forwarded_proto;
}
}
}