From 30b0b8a3200b1adbedd093b07ca2ce1129aa14ed 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) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Frédéric Demians Signed-off-by: Martin Renvoize Signed-off-by: Katrin Fischer (cherry picked from commit 69ad327379fe0bc46926fb51276f81849a4a6f49) Signed-off-by: Fridolin Somers --- 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 3c68189f2f..71160a5b7a 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.39.5