diff --git a/util/Setup/Templates/NginxConfig.hbs b/util/Setup/Templates/NginxConfig.hbs index b43db73a60..27f5ec3d0a 100644 --- a/util/Setup/Templates/NginxConfig.hbs +++ b/util/Setup/Templates/NginxConfig.hbs @@ -104,9 +104,9 @@ server { proxy_pass http://identity:5000/; } - location /sso/ { - proxy_pass http://sso:5000/; - } +# location /sso/ { +# proxy_pass http://sso:5000/; +# } location /icons/ { proxy_pass http://icons:5000/;