diff --git a/Proxy-examples.md b/Proxy-examples.md index 142dc1a..fcedd71 100644 --- a/Proxy-examples.md +++ b/Proxy-examples.md @@ -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;