mirror of
https://github.com/bitwarden/server.git
synced 2025-04-06 21:48:12 -05:00
proxy headers for websockets
This commit is contained in:
parent
7a5d3c3795
commit
43eaedeee4
@ -178,6 +178,7 @@ server {{
|
|||||||
|
|
||||||
location /notifications/hub {{
|
location /notifications/hub {{
|
||||||
proxy_pass http://notifications:5000/;
|
proxy_pass http://notifications:5000/;
|
||||||
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection $http_connection;
|
proxy_set_header Connection $http_connection;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user