tomcat9 gzip
Posted wishriver
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了tomcat9 gzip相关的知识,希望对你有一定的参考价值。
我认为apr模式比较屌所以
<Connector port="80" protocol="org.apache.coyote.http11.Http11AprProtocol" connectionTimeout="20000" redirectPort="8443" compression= "on" compressionMinSize="50" noCompressionUserAgents="gozilla, traviata" useSendfile="false" compressableMimeType="text/html,text/xml,text/javascript,text/css,text/plain,application/javascript" />
压缩类型,基本就文本这样吧.图片什么的算了,不合适
以上是关于tomcat9 gzip的主要内容,如果未能解决你的问题,请参考以下文章
带有 http/2 和 ssl 的嵌入式 Tomcat 的 Spring Boot 2.1,gzip 不起作用