0
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden synced 2024-09-27 21:08:55 +02:00

Remove /notifications/hub/negotiate and add blurb about trailing slash

Laurent GUERBY 2023-07-04 08:31:00 +02:00
parent 861de54b5a
commit ae41d77b22

@ -160,18 +160,7 @@ server {
proxy_pass http://vaultwarden-default;
}
location /notifications/hub/negotiate {
proxy_http_version 1.1;
proxy_set_header "Connection" "";
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_pass http://vaultwarden-default;
}
# DO NOT add a trailing /, else you will experience issues
location /notifications/hub {
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;