答案 0 :(得分:6)
您可以在domain.xml
- >下的network-config
中进行设置。 protocols
示例:
<protocol name="http-listener-1">
<http default-virtual-server="server" max-connections="250"
compressable-mime-type="text/html,text/xml,text/plain,text/javascript" compression="on" compression-min-size-bytes="4096">
<file-cache></file-cache>
</http>
</protocol>