Skip to content

Commit

Permalink
Rollback #1854
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Jan 24, 2018
1 parent 0836cb3 commit a6e4907
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,8 @@ http {
map "$scheme:$pass_access_scheme" $redirect_to_https {
default 0;
"http:http" 1;
"http:https" 1;
# this breaks support for ELB in L7
# "http:https" 1;
}

map $http_x_forwarded_port $pass_server_port {
Expand Down Expand Up @@ -241,6 +242,8 @@ http {
server_name_in_redirect off;
port_in_redirect off;

rewrite_log on;

ssl_protocols {{ $cfg.SSLProtocols }};

# turn on session caching to drastically improve performance
Expand Down

0 comments on commit a6e4907

Please sign in to comment.