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