Skip to content

Commit

Permalink
Fix redirect to ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
aledbf committed Dec 27, 2017
1 parent b329786 commit 68077b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rootfs/etc/nginx/template/nginx.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ http {
map "$scheme:$pass_access_scheme" $redirect_to_https {
default 0;
"http:http" 1;
"http:https" 1;
}

map $http_x_forwarded_port $pass_server_port {
Expand Down

0 comments on commit 68077b6

Please sign in to comment.