From 1a8ed12e09660eb3f823dde861dbe8c5e58f4cdd 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 (cherry picked from commit 30b0b8a3200b1adbedd093b07ca2ce1129aa14ed) Signed-off-by: Lucas Gass --- 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 bd9a5d125f..49d466a7e2 100644 --- a/etc/koha-httpd.conf +++ b/etc/koha-httpd.conf @@ -199,7 +199,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