1
0
mirror of https://github.com/bitwarden/server.git synced 2025-01-22 21:51:22 +01:00

proxy for sso connector

This commit is contained in:
Kyle Spearrin 2020-09-01 12:44:45 -04:00
parent 4439e6b25e
commit 01bae115a5

View File

@ -92,6 +92,10 @@ server {
proxy_pass http://web:5000/u2f-connector.html;
}
location = /sso-connector.html {
proxy_pass http://web:5000/sso-connector.html;
}
location /attachments/ {
proxy_pass http://attachments:5000/;
}