Created
March 12, 2013 10:27
-
-
Save jineeshjohn/5141841 to your computer and use it in GitHub Desktop.
Configuration to gzip apache server.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<Connector port="8080" protocol="HTTP/1.1" | |
connectionTimeout="20000" | |
redirectPort="8443" | |
compression="on" | |
compressionMinSize="2048" | |
noCompressionUserAgents="gozilla, traviata" | |
compressableMimeType="text/html,text/xml,text/css,text/javascript,application/javascript,application/x-javascript" | |
/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment