fix redirect from sso

This commit is contained in:
Alexey Bannov 2017-04-13 04:46:31 -04:00
parent 5ba536c70e
commit 5b083d5e3f
1 changed files with 2 additions and 0 deletions

View File

@ -31,4 +31,6 @@ location /sso {
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-REWRITER-URL $scheme://$http_host;
proxy_ssl_verify off;
proxy_redirect / /;
}