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

View File

@@ -10,8 +10,6 @@ DOMAIN={{ vaultwarden_public_url }}
ROCKET_ENV=prod
ROCKET_ADDRESS=0.0.0.0
ROCKET_PORT={{ vaultwarden_http_port }}
WEBSOCKET_ENABLED=true
WEBSOCKET_PORT={{ vaultwarden_ws_port }}
SMTP_HOST=localhost
SMTP_PORT=25
SMTP_SECURITY=off