Use a map for passing x-forwarded-proto along

(cherry picked from commit 2dfc91ac4d)
This commit is contained in:
kaiyou
2017-12-04 22:19:17 +01:00
parent 13ffb85912
commit 8854d76bcc
2 changed files with 7 additions and 1 deletions

View File

@@ -20,6 +20,12 @@ http {
absolute_redirect off;
resolver {{ RESOLVER }} valid=30s;
# Header maps
map $http_x_forwarded_proto $proxy_x_forwarded_proto {
default $http_x_forwarded_proto;
'' $scheme;
}
# Main HTTP server
server {
# Variables for proxifying