mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-18 01:23:56 +00:00
Remove unnecessary path in PROXY.md
This commit is contained in:
parent
638a0fd3c3
commit
b1397c95ca
1 changed files with 1 additions and 1 deletions
2
PROXY.md
2
PROXY.md
|
@ -47,7 +47,7 @@ server {
|
||||||
}
|
}
|
||||||
|
|
||||||
location /notifications/hub {
|
location /notifications/hub {
|
||||||
proxy_pass http://<SERVER>:3012/api/websocket;
|
proxy_pass http://<SERVER>:3012;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue