akhdani/smart-queue/master/mobile/app/.htaccess - Htaccess File

akhdani/smart-queue/master/mobile/app/.htaccess

# Compress response with gzip
<IfModule mod_deflate.c>
    #apache2.4.6
    <filesMatch ".(js|css|json|xml|txt|html|php|woff|eot|woff|svg)$">
        SetOutputFilter DEFLATE
    </filesMatch>
    #apache2.2
    #SetOutputFilter DEFLATE
    #AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css application/x-javascript application/javascript application/json
</IfModule>

On Github License

Files

Download PDF of Htaccess file
DEFLATE

Comments

Apache