Use a map for passing x-forwarded-proto along
(cherry picked from commit 2dfc91ac4d)
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user