Created
February 1, 2018 20:21
-
-
Save uuklanger/12f66877780779cae24fe140aa84bc1a to your computer and use it in GitHub Desktop.
Turn On Tomcat Compression
This file contains hidden or 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" maxHttpHeaderSize="8192" | |
maxThreads="150" minSpareThreads="25" maxSpareThreads="75" | |
enableLookups="false" redirectPort="8443" acceptCount="100" | |
connectionTimeout="20000" disableUploadTimeout="true" | |
compression="on" | |
compressionMinSize="1024" | |
noCompressionUserAgents="gozilla, traviata" | |
compressableMimeType="text/html,text/xml"/> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
--- CHANGE ABOVE TO ---