From 861f617acfc1bf4c6d837a397d9de657cc794131 Mon Sep 17 00:00:00 2001 From: Nattfarinn Date: Fri, 21 Jan 2022 10:21:24 +0100 Subject: [PATCH] IBX-2007: Rebranded REST media-type names --- docs/varnish/vcl/varnish5.vcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/varnish/vcl/varnish5.vcl b/docs/varnish/vcl/varnish5.vcl index 663eb30..f036740 100644 --- a/docs/varnish/vcl/varnish5.vcl +++ b/docs/varnish/vcl/varnish5.vcl @@ -123,7 +123,7 @@ sub vcl_backend_response { 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/vnd.ibexa.api" || beresp.http.Content-Type ~ "application/x-font-ttf" || beresp.http.Content-Type ~ "image/svg+xml" || beresp.http.Content-Type ~ "text/css"