1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-20 19:14:32 -05:00

comment out sso in nginx config

This commit is contained in:
Kyle Spearrin 2020-07-29 10:01:36 -04:00
parent 307ac437d5
commit 047c2ad3ab

View File

@ -104,9 +104,9 @@ server {
proxy_pass http://identity:5000/; proxy_pass http://identity:5000/;
} }
location /sso/ { # location /sso/ {
proxy_pass http://sso:5000/; # proxy_pass http://sso:5000/;
} # }
location /icons/ { location /icons/ {
proxy_pass http://icons:5000/; proxy_pass http://icons:5000/;