Spiegel von
https://github.com/dani-garcia/vaultwarden.git
synchronisiert 2024-11-22 05:10:29 +01:00
Remove unnecessary path in PROXY.md
Dieser Commit ist enthalten in:
Ursprung
638a0fd3c3
Commit
b1397c95ca
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
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";
|
||||
}
|
||||
|
|
Laden …
In neuem Issue referenzieren