mirror of
https://github.com/bitwarden/server.git
synced 2025-05-21 11:34:31 -05:00
proxy_pass to /hub
This commit is contained in:
parent
43eaedeee4
commit
a275af6366
@ -177,7 +177,7 @@ server {{
|
|||||||
}}
|
}}
|
||||||
|
|
||||||
location /notifications/hub {{
|
location /notifications/hub {{
|
||||||
proxy_pass http://notifications:5000/;
|
proxy_pass http://notifications:5000/hub;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
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