related auth func
[ckanext-datagovau.git] / admin / deflate.conf
1
2
3
4
5
6
7
8
9
10
11
12
<IfModule mod_deflate.c>
        AddOutputFilterByType DEFLATE text/html application/xhtml+xml text/plain text/xml text/css application/json text/javascript application/javascript application/x-javascript
        BrowserMatch ^Mozilla/4 gzip-only-text/html
        BrowserMatch ^Mozilla/4\.0[678] no-gzip
        BrowserMatch \bMSIE !no-gzip !gzip-only-text/htm
 
        # Don't compress images
        SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png)$ no-gzip dont-vary
 
        # DeflateCompressionLevel 9
</IfModule>