Missing server_config xml

This commit is contained in:
René Linder 2023-03-29 10:40:53 +02:00
parent cfec9a7e9d
commit 72fc4436c9
1 changed files with 9 additions and 2 deletions

View File

@ -7,10 +7,17 @@
<element key="status_xml">
<name>cfg/default_http_status_codes.xml</name>
<type>file</type>
<configtype>status_xml</configtype>
</element>
<element key="hosts_dir">
<!--<element key="hosts_dir">
<name>cfg/hosts/</name>
<type>dir</type>
<configtype>hosts_dir</configtype>
</element> -->
<element key="host_file">
<name>cfg/hosts/sample.xml</name>
<type>file</type>
<configtype>host_file</configtype>
</element>
</config_file>
<log>
@ -27,7 +34,7 @@
<MaxFileSize>0</MaxFileSize>
<DefaultBlockSize>0</DefaultBlockSize>
</mem>
<global_max_cli_threads>0</global_max_cli_threads>
<global_max_cli_threads>256</global_max_cli_threads>
<global_max_cli_memory>0</global_max_cli_memory>
<version>V0.9</version>
<identifikation>LiHaSo Sample Webserver V0.9</identifikation>