blob: 06d86763525bb067b4cd118cb73e00b107c85e4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
<webserver>
<user>www-data</user>
<group>www-data</group>
<threads>10</threads>
<statisticspath>/var/lib/webserver/stats.db</statisticspath>
<plugin-directory>/usr/lib/webserver/plugins</plugin-directory>
<sites>
<site>
<name>localhost</name>
<host>localhost</host>
<host>[::1]</host>
<path requested="/">
<plugin>websocket</plugin>
<target>::1:8765</target>
</path>
</site>
</sites>
<sockets>
<socket>
<address>::1</address>
<port>8080</port>
<protocol>http</protocol>
<site>localhost</site>
</socket>
</sockets>
</webserver>
|