Bugzilla – Attachment 164138 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), 998 bytes, created by
Nick Clemens (kidclamp)
on 2024-03-29 16:12:14 UTC
(
hide
)
Description:
Bug 36463: (follow-up) Adjust other occurence (intranet)
Filename:
MIME Type:
Creator:
Nick Clemens (kidclamp)
Created:
2024-03-29 16:12:14 UTC
Size:
998 bytes
patch
obsolete
>From 047025e04a75f751406d8f95c9c86e76589a5115 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) > >--- > 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
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