Skip to content

Commit

Permalink
feat: enable compression for real
Browse files Browse the repository at this point in the history
  • Loading branch information
limulus authored Oct 27, 2024
1 parent 23cd21c commit fe4a4cc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ Resources:
ParametersInCacheKeyAndForwardedToOrigin:
CookiesConfig:
CookieBehavior: none
EnableAcceptEncodingGzip: false
EnableAcceptEncodingGzip: true
EnableAcceptEncodingBrotli: true
HeadersConfig:
HeaderBehavior: none
QueryStringsConfig:
Expand All @@ -140,7 +141,8 @@ Resources:
ParametersInCacheKeyAndForwardedToOrigin:
CookiesConfig:
CookieBehavior: none
EnableAcceptEncodingGzip: false
EnableAcceptEncodingGzip: true
EnableAcceptEncodingBrotli: true
HeadersConfig:
HeaderBehavior: none
QueryStringsConfig:
Expand Down

0 comments on commit fe4a4cc

Please sign in to comment.