Skip to content

Commit

Permalink
Rollback #1854 (#1969)
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf authored Jan 24, 2018
1 parent c67e918 commit fb3a317
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 fb3a317

Please sign in to comment.