1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-28 10:15:41 +02:00

Remove unnecessary path in PROXY.md

Dieser Commit ist enthalten in:
Daniel García 2018-09-19 22:33:12 +02:00 committet von GitHub
Ursprung 638a0fd3c3
Commit b1397c95ca
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 4AEE18F83AFDEB23

Datei anzeigen

@ -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";
}