Skip to content

Commit ca8a5cf

Browse files
authored
Merge commit from fork
1 parent a486d93 commit ca8a5cf

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

docs/varnish/vcl/varnish5.vcl

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

122122
// Compressing the content
123123
if (beresp.http.Content-Type ~ "application/javascript"
124-
|| beresp.http.Content-Type ~ "application/json"
125124
|| beresp.http.Content-Type ~ "application/vnd.ms-fontobject"
126-
|| beresp.http.Content-Type ~ "application/vnd.ez.api"
127125
|| beresp.http.Content-Type ~ "application/x-font-ttf"
128126
|| beresp.http.Content-Type ~ "image/svg+xml"
129127
|| beresp.http.Content-Type ~ "text/css"

docs/varnish/vcl/varnish7.vcl

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

9999
// Compressing the content
100100
if (beresp.http.Content-Type ~ "application/javascript"
101-
|| beresp.http.Content-Type ~ "application/json"
102101
|| beresp.http.Content-Type ~ "application/vnd.ms-fontobject"
103-
|| beresp.http.Content-Type ~ "application/vnd.ez.api"
104102
|| beresp.http.Content-Type ~ "application/x-font-ttf"
105103
|| beresp.http.Content-Type ~ "image/svg+xml"
106104
|| beresp.http.Content-Type ~ "text/css"

0 commit comments

Comments
 (0)