Fix redirect to ssl (#1854)
This commit is contained in:
parent
b329786ec3
commit
6a34e9c261
1 changed files with 1 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue