1
0
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:
Kyle Spearrin 2018-08-21 12:43:18 -04:00
parent 7a5d3c3795
commit 43eaedeee4

View File

@ -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;
}}