mirror of
https://github.com/bitwarden/server
synced 2025-12-16 00:03:54 +00:00
proxy headers for websockets
This commit is contained in:
@@ -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;
|
||||||
}}
|
}}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user