Update default config

This commit is contained in:
René Linder 2023-03-29 20:03:54 +02:00
parent b89f00318c
commit b50bc0a1a0
1 changed files with 13 additions and 2 deletions

View File

@ -4,14 +4,14 @@
<description>Sample Server</description>
<http>
<enabled>1</enabled>
<port>8084</port>
<port>8085</port>
<binding>0.0.0.0</binding>
<max_clients>100</max_clients>
<reuse>0</reuse>
</http>
<https>
<enabled>1</enabled>
<port>8446</port>
<port>8445</port>
<binding>0.0.0.0</binding>
<max_clients>100</max_clients>
<reuse>0</reuse>
@ -37,6 +37,17 @@
<MaxFileSize>524288</MaxFileSize>
<DefaultBlockSize>65536</DefaultBlockSize>
</mem>
<dynamichandler>
<element key="/post_test">
<functiontype>Universal</functiontype>
<file>/home/renlin/dev/LiHaSo/lweb/testfunction.so</file>
<proc>post_test</proc>
<routetype>handler_only</routetype>
<url>/post_test</url>
<extension/>
<permlib>false</permlib>
</element>
</dynamichandler>
<defaultfile>index.html</defaultfile>
<basedir>/home/renlin/testweb/</basedir>
<status/>