mirror of
https://github.com/thib8956/nginx-proxy
synced 2024-11-22 03:46:29 +00:00
Add comment about X-Forwarded-Proto mapping
This commit is contained in:
parent
2c9d9ab74a
commit
0028cdafe9
@ -1,3 +1,5 @@
|
||||
# If we receive X-Forwarded-Proto, pass it through; otherwise, pass along the
|
||||
# scheme used to connect to this server
|
||||
map $http_x_forwarded_proto $proxy_x_forwarded_proto {
|
||||
default $http_x_forwarded_proto;
|
||||
'' $scheme;
|
||||
|
Loading…
Reference in New Issue
Block a user