Bugzilla – Attachment 164497 Details for
Bug 36463
We should compress our JSON responses (gzip deflate mod_deflate application/json)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36463: (follow-up) Adjust other occurence (intranet)
Bug-36463-follow-up-Adjust-other-occurence-intrane.patch (text/plain), 1.18 KB, created by
Martin Renvoize (ashimema)
on 2024-04-08 11:27:00 UTC
(
hide
)
Description:
Bug 36463: (follow-up) Adjust other occurence (intranet)
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2024-04-08 11:27:00 UTC
Size:
1.18 KB
patch
obsolete
>From c10bf30d38bcadf0ffab1bebd803267c7285fd73 Mon Sep 17 00:00:00 2001 >From: Nick Clemens <nick@bywatersolutions.com> >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=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Frédéric Demians <f.demians@tamil.fr> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > 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.44.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 36463
:
164128
|
164137
|
164138
|
164139
|
164496
| 164497