mirror of
https://github.com/bitwarden/server
synced 2025-12-25 20:53:16 +00:00
set connection header for signalr hub
This commit is contained in:
@@ -176,6 +176,11 @@ server {{
|
||||
proxy_pass http://notifications:5000/;
|
||||
}}
|
||||
|
||||
location /notifications/hub {{
|
||||
proxy_pass http://notifications:5000/;
|
||||
proxy_set_header Connection $http_connection;
|
||||
}}
|
||||
|
||||
location /admin {{
|
||||
proxy_pass http://admin:5000;
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user