Fix redirect to ssl

This commit is contained in:
Manuel de Brito Fontes 2017-12-26 21:18:50 -03:00
parent b329786ec3
commit 68077b6834

View file

@ -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 {