We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb65a69 commit 17e5225Copy full SHA for 17e5225
nginx/nginx.conf
@@ -43,9 +43,6 @@ http {
43
proxy_next_upstream error timeout invalid_header http_502 http_503 non_idempotent;
44
proxy_next_upstream_tries 2;
45
46
- # Must be removed to play nice with Safari, see the discussion in: getsentry/self-hosted#2285.
47
- proxy_hide_header Content-Disposition;
48
-
49
# Remove the Connection header if the client sends it,
50
# it could be "close" to close a keepalive connection
51
proxy_set_header Connection '';
0 commit comments