Browse Source

comment out sso in nginx config

pull/842/head
Kyle Spearrin 5 years ago
parent
commit
047c2ad3ab
  1. 6
      util/Setup/Templates/NginxConfig.hbs

6
util/Setup/Templates/NginxConfig.hbs

@ -104,9 +104,9 @@ server { @@ -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/;

Loading…
Cancel
Save