View | Details | Raw Unified | Return to bug 36463
Collapse All | Expand All

(-)a/debian/templates/apache-shared.conf (-1 / +2 lines)
Lines 36-42 SetEnv PERL5LIB "/usr/share/koha/lib" Link Here
36
<IfModule mod_deflate.c>
36
<IfModule mod_deflate.c>
37
    # Compress content with type html, text, and css, ...
37
    # Compress content with type html, text, and css, ...
38
    AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css
38
    AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css
39
    AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
39
    AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml
40
    AddOutputFilterByType DEFLATE application/javascript application/x-javascript application/json
40
41
41
    DeflateCompressionLevel 9
42
    DeflateCompressionLevel 9
42
43
(-)a/etc/koha-httpd.conf (-2 / +2 lines)
Lines 61-67 Link Here
61
61
62
    # Compress content with type html, text, and css, ...
62
    # Compress content with type html, text, and css, ...
63
    AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css
63
    AddOutputFilterByType DEFLATE text/plain text/html text/xml text/css
64
    AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml application/javascript application/x-javascript
64
    AddOutputFilterByType DEFLATE application/xml application/xhtml+xml application/rss+xml
65
    AddOutputFilterByType DEFLATE application/javascript application/x-javascript application/json
65
66
66
    DeflateCompressionLevel 9
67
    DeflateCompressionLevel 9
67
68
68
- 

Return to bug 36463