mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-25 08:36:25 +01: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 {
|
||||
proxy_pass http://<SERVER>:3012/api/websocket;
|
||||
proxy_pass http://<SERVER>:3012;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue