mirror of
https://github.com/bitwarden/server.git
synced 2025-04-21 13:05:11 -05:00
set connection header for signalr hub
This commit is contained in:
parent
fb92f67053
commit
7a5d3c3795
@ -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;
|
||||||
}}
|
}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user