mirror of
https://github.com/bitwarden/server.git
synced 2025-05-20 11:04:31 -05:00
comment out sso in nginx config
This commit is contained in:
parent
307ac437d5
commit
047c2ad3ab
@ -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…
x
Reference in New Issue
Block a user