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

@@ -2,4 +2,4 @@
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;