first commit

This commit is contained in:
2025-02-20 14:59:35 +08:00
parent d7be84fac6
commit d4a3bb8ffc
2541 changed files with 336536 additions and 0 deletions
+26
View File
@@ -0,0 +1,26 @@
<?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="private" desc="HTTP服务下包括的上下文环境,多个用逗号隔开" />
<item key="scheme" value="HTTPS" type="private" desc="HTTP或HTTPS协议" />
<item key="port" value="443" type="private" desc="监听端口" />
<item key="poMinSize" value="5" type="private" desc="HTTP处理线程池最小值" />
<item key="poMaxSize" value="10" type="private" desc="HTTP处理线程池最大值" />
<item key="keystorePath" value="./conf/https_trust/keystore.jks" type="private" desc="SSL密钥文件路径" />
<item key="keystorePass" value="123456" type="private" desc="SSL存储密钥" />
<item key="truststorePath" value="./conf/https_trust/trust.jks" type="private" desc="SSL密钥文件路径" />
<item key="truststorePass" value="123456" type="private" desc="SSL信任密钥" />
<item key="clientAuth" value="false" type="private" desc="客户端认证" />
</group>
<group id="httpd.root" desc="HTTP根上下文环境">
<item key="path" value="/" type="private" desc="上下文环境路径,必填" />
<item key="resourceType" value="directory" type="private" desc="资源目录类型classPath|directory" />
<item key="resourcePath" value="./resource" type="private" desc="资源目录" />
<item key="welcomeUrl" value="index.htm" type="private" desc="欢迎页" />
</group>
</zhiqim-config>
Binary file not shown.
Binary file not shown.