diff --git a/.htaccess b/.htaccess index a397cda..52557e4 100755 --- a/.htaccess +++ b/.htaccess @@ -173,3 +173,13 @@ RewriteRule ^(.*)$ $1.gz [QSA,L] BrowserMatch "MSIE" force-no-vary BrowserMatch "Mozilla/4.[0-9]{2}" force-no-vary + + +mod_gzip_on Yes +mod_gzip_dechunk Yes +mod_gzip_item_include file \.(html?|txt|css|js|php|pl)$ +mod_gzip_item_include mime ^text\.* +mod_gzip_item_include mime ^application/x-javascript.* +mod_gzip_item_exclude mime ^image\.* +mod_gzip_item_exclude rspheader ^Content-Encoding:.*gzip.* + -- libgit2 0.21.4