Skip to content

Commit d91cc02

Browse files
committed
IBX-9195: Excluded api and json from compression
1 parent 46e7d79 commit d91cc02

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

resources/platformsh/common/3.3/.platform/varnish.vcl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,7 @@ sub vcl_backend_response {
132132

133133
// Compressing the content
134134
if (beresp.http.Content-Type ~ "application/javascript"
135-
|| beresp.http.Content-Type ~ "application/json"
136135
|| beresp.http.Content-Type ~ "application/vnd.ms-fontobject"
137-
|| beresp.http.Content-Type ~ "application/vnd.ez.api"
138136
|| beresp.http.Content-Type ~ "application/x-font-ttf"
139137
|| beresp.http.Content-Type ~ "image/svg+xml"
140138
|| beresp.http.Content-Type ~ "text/css"

0 commit comments

Comments
 (0)