1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-12 00:28:11 -05:00

set connection header for signalr hub

This commit is contained in:
Kyle Spearrin 2018-08-21 12:12:33 -04:00
parent fb92f67053
commit 7a5d3c3795

View File

@ -176,6 +176,11 @@ server {{
proxy_pass http://notifications:5000/;
}}
location /notifications/hub {{
proxy_pass http://notifications:5000/;
proxy_set_header Connection $http_connection;
}}
location /admin {{
proxy_pass http://admin:5000;
}}