Skip to content

Commit

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

map $http_x_forwarded_port $pass_server_port {
Expand Down Expand Up @@ -241,6 +241,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 313f808

Please sign in to comment.