mirror of
https://github.com/bitwarden/server.git
synced 2025-02-23 03:01:23 +01: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…
Reference in New Issue
Block a user