From 047025e04a75f751406d8f95c9c86e76589a5115 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Fri, 29 Mar 2024 16:12:01 +0000 Subject: [PATCH] Bug 36463: (follow-up) Adjust other occurence (intranet) --- etc/koha-httpd.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/etc/koha-httpd.conf b/etc/koha-httpd.conf index 3c68189f2f1..71160a5b7a8 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -200,7 +200,8 @@ # Compress content with type html, text, and css, ... AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css - AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript + AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml + AddOutputFilterByType DEFLATE application/javascript application/x-javascript application/json DeflateCompressionLevel 9 -- 2.30.2