Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

Commit

Permalink
fix(static): drop accept-encoding to enforce esi
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 26, 2019
1 parent c71043f commit 2729f64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions layouts/fastly/helix.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -377,6 +377,7 @@ sub hlx_request_type {
if (req.url.ext ~ "^(hlx_([0-9a-f]){20,40}$)") {
set req.http.X-Trace = req.http.X-Trace + "(immutable)";
set req.http.X-Request-Type = "Static";
unset req.http.Accept-Encoding;
return;
}

Expand Down

0 comments on commit 2729f64

Please sign in to comment.