From ca8a5cf69b2c14fbec90412aeeef5c755c51457b Mon Sep 17 00:00:00 2001 From: Gunnstein Lye <289744+glye@users.noreply.github.com> Date: Thu, 28 Nov 2024 10:44:32 +0100 Subject: [PATCH] Merge commit from fork --- docs/varnish/vcl/varnish5.vcl | 2 -- docs/varnish/vcl/varnish7.vcl | 2 -- 2 files changed, 4 deletions(-) diff --git a/docs/varnish/vcl/varnish5.vcl b/docs/varnish/vcl/varnish5.vcl index 8b0edd6..9f76464 100644 --- a/docs/varnish/vcl/varnish5.vcl +++ b/docs/varnish/vcl/varnish5.vcl @@ -121,9 +121,7 @@ sub vcl_backend_response { // Compressing the content if (beresp.http.Content-Type ~ "application/javascript" - || beresp.http.Content-Type ~ "application/json" || beresp.http.Content-Type ~ "application/vnd.ms-fontobject" - || beresp.http.Content-Type ~ "application/vnd.ez.api" || beresp.http.Content-Type ~ "application/x-font-ttf" || beresp.http.Content-Type ~ "image/svg+xml" || beresp.http.Content-Type ~ "text/css" diff --git a/docs/varnish/vcl/varnish7.vcl b/docs/varnish/vcl/varnish7.vcl index 3613946..fe06e11 100644 --- a/docs/varnish/vcl/varnish7.vcl +++ b/docs/varnish/vcl/varnish7.vcl @@ -98,9 +98,7 @@ sub vcl_backend_response { // Compressing the content if (beresp.http.Content-Type ~ "application/javascript" - || beresp.http.Content-Type ~ "application/json" || beresp.http.Content-Type ~ "application/vnd.ms-fontobject" - || beresp.http.Content-Type ~ "application/vnd.ez.api" || beresp.http.Content-Type ~ "application/x-font-ttf" || beresp.http.Content-Type ~ "image/svg+xml" || beresp.http.Content-Type ~ "text/css"