mirror of
https://github.com/bitwarden/self-host.git
synced 2026-06-29 06:45:46 +00:00
Add Proxy Passthrough (#138)
- Repeat proxy pass through for the anonymous-hub that enables Login with device Co-authored-by: Todd Martin <tmartin@bitwarden.com>
This commit is contained in:
@@ -134,6 +134,12 @@ server {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
|
||||
location /notifications/anonymous-hub {
|
||||
proxy_pass http://localhost:5006/anonymous-hub;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection $http_connection;
|
||||
}
|
||||
{{/if}}
|
||||
{{#if (String.Equal env.BW_ENABLE_EVENTS "true")}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user