Skip to content

Commit

Permalink
http_x_forwarded_proto -> http_x_forwarded_port
Browse files Browse the repository at this point in the history
  • Loading branch information
alexw23 authored Dec 24, 2016
1 parent 8b8b02e commit 3bb38c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/nginx/rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ http {
'' $scheme;
}

map $http_x_forwarded_proto $pass_server_port {
map $http_x_forwarded_port $pass_server_port {
default $http_x_forwarded_port;
'' $server_port;
}
Expand Down

0 comments on commit 3bb38c7

Please sign in to comment.