first commit
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE ZHIQIM-CONFIG PUBLIC "-//ZHIQIM //DTD Zhiqim-Config Configuration 1.5.0//EN" "http://zhiqim.org/xmldtds/zhiqim_config_1_5_0.dtd">
|
||||
<zhiqim-config>
|
||||
|
||||
<group id="httpd" desc="HTTP服务">
|
||||
<item key="context" value="httpd.root" type="protected" desc="HTTP服务下包括的上下文环境,多个用逗号隔开" />
|
||||
<item key="scheme" value="HTTPS" type="protected" desc="HTTP或HTTPS协议" />
|
||||
<item key="port" value="443" type="protected" desc="监听端口" />
|
||||
<item key="io" value="NIO" type="protected" desc="可选,IO方式NIO/BIO,默认NIO" />
|
||||
<item key="poMinSize" value="20" type="protected" desc="HTTP处理线程池最小值" />
|
||||
<item key="poMaxSize" value="50" type="protected" desc="HTTP处理线程池最大值" />
|
||||
<item key="soIdleTime" value="31" type="protected" desc="HTTP连接最大保持时间,未配置缺省71秒" />
|
||||
|
||||
<item key="keystorePath" value="./conf/https/t2018.zhiqim.com.jks" type="protected" desc="HTTPS时必须,SSL密钥文件路径" />
|
||||
<item key="keystorePass" value="zhiqim" type="protected" desc="HTTPS时必须,SSL密钥文件密码" />
|
||||
</group>
|
||||
|
||||
<group id="httpd.root" desc="HTTP根上下文环境">
|
||||
<item key="path" value="/" type="protected" desc="上下文环境路径,必填" />
|
||||
<item key="resourceType" value="directory" type="protected" desc="资源目录类型classpath|directory" />
|
||||
<item key="resourcePath" value="./resource" type="protected" desc="资源目录" />
|
||||
<item key="welcomeUrl" value="index.htm" type="protected" desc="欢迎页" />
|
||||
|
||||
<item key="upload.large.rootDir" value="./uploadlarge" type="protected" desc="大文件上传根目录" />
|
||||
</group>
|
||||
|
||||
</zhiqim-config>
|
||||
Binary file not shown.
Reference in New Issue
Block a user