public
Description: Automate your wordpress deploys with capistrano and git
Homepage: http://www.jestro.com
Clone URL: git://github.com/jestro/wordpress-capistrano.git
remove deflate from apache config
jnewland (author)
Mon Nov 24 09:22:04 -0800 2008
commit  252ab96d88e5badf143cc483e4fc0c76b1af2d7c
tree    1be76643fe0db2f2fd99342cbc92525a4feac763
parent  c5ae1026fb99a9775031af70c85a7a2cb9e04461
...
22
23
24
25
26
27
28
29
30
31
32
...
22
23
24
 
 
 
 
 
 
25
26
0
@@ -22,10 +22,4 @@
0
   RewriteRule ^(.*/)?\.git/ - [F,L]
0
   ErrorDocument 403 "Access Forbidden"
0
 
0
-  # Deflate
0
-  AddOutputFilterByType DEFLATE text/html text/plain text/xml
0
-  BrowserMatch ^Mozilla/4 gzip-only-text/html
0
-  BrowserMatch ^Mozilla/4\.0[678] no-gzip
0
-  BrowserMatch \bMSIE !no-gzip !gzip-only-text/html
0
-
0
  </VirtualHost>
0
\ No newline at end of file

Comments