We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5e7752 commit aa4f1faCopy full SHA for aa4f1fa
config/http.conf
@@ -64,6 +64,7 @@ http {
64
}
65
66
# If we receive X-Original-Forwarded-Proto, use it; otherwise, use
67
+ # the value of X-Forwarded-Proto
68
map $http_x_original_forwarded_proto $proxy_x_forwarded_proto_final {
69
default $http_x_original_forwarded_proto;
70
'' $proxy_x_forwarded_proto;
0 commit comments