ObjWebServer  Diff

Differences From Artifact [27aa382c3b]:

To Artifact [1624c62e7c]:


1
2
3


4
5
6
7



8
9
10
11
12
13
14
1


2
3
4



5
6
7
8
9
10
11
12
13
14

-
-
+
+

-
-
-
+
+
+







<ObjWebServer>
	<listen host='0.0.0.0' port='1234'>
		<tls cert='test.crt' key='test.key'/>
	<listen host='127.0.0.1' port='1234'>
		<tls cert='localhost.crt' key='localhost.key'/>
	</listen>
	<listen host='::' port='1234'>
		<tls cert='test.crt' key='test.key'/>
	</listen>
	<!--listen host='::1' port='1234'>
		<tls cert='localhost.crt' key='localhost.key'/>
	</listen-->
	<module prefix='/' path='modules/static'>
		<root>htdocs</root>
		<mime-type extension='' type='application/octet-stream'/>
		<mime-type extension='c' type='text/plain; encoding-UTF-8'/>
		<mime-type extension='cc' type='text/plain; encoding=UTF-8'/>
		<mime-type extension='css' type='text/css; encoding=UTF-8'/>
		<mime-type extension='gz' type='application/gzip'/>