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