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

Commit

Permalink
fix(static): fix VCL syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
trieloff committed Apr 18, 2019
1 parent 852969a commit 76749d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/fastly/helix.vcl
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ sub hlx_fetch_static {
set beresp.http.Surrogate-Control = "max-age=3600"; # but only for an hour in the shared cache
# to limit cache poisioning
set beresp.cacheable = true;
set beresp.ttl = 3600;
set beresp.ttl = 3600s;
}
if (beresp.http.X-Static == "Raw/Static") {
if (beresp.status == 307) {
Expand Down

0 comments on commit 76749d6

Please sign in to comment.