mirror of
https://github.com/bitwarden/server
synced 2025-12-11 13:53:40 +00:00
proxy for sso connector
This commit is contained in:
@@ -92,6 +92,10 @@ server {
|
|||||||
proxy_pass http://web:5000/u2f-connector.html;
|
proxy_pass http://web:5000/u2f-connector.html;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location = /sso-connector.html {
|
||||||
|
proxy_pass http://web:5000/sso-connector.html;
|
||||||
|
}
|
||||||
|
|
||||||
location /attachments/ {
|
location /attachments/ {
|
||||||
proxy_pass http://attachments:5000/;
|
proxy_pass http://attachments:5000/;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user