Update to 2023-07-11 18:00

This commit is contained in:
Daniel Berteaud
2023-07-11 18:00:13 +02:00
parent f5d93fc293
commit b654733854
9 changed files with 12 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ server {
}
location /notifications/hub {
proxy_pass http://localhost:{{ vaultwarden_ws_port }};
proxy_pass http://localhost:{{ vaultwarden_http_port }};
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}