Skip to content

Commit a3215d8

Browse files
authored
Merge pull request #5249 from bjester/cache-identity
Remove accept-encoding header
2 parents e1cb456 + 75ac362 commit a3215d8

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

deploy/includes/content/_proxy.conf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ limit_except GET HEAD OPTIONS {
77

88
proxy_http_version 1.1;
99
proxy_set_header Host $proxy_host;
10-
proxy_set_header Accept-Encoding Identity;
1110
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
1211
proxy_redirect off;
1312
proxy_buffering off;

0 commit comments

Comments
 (0)