summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-03 19:23:29 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-03 19:23:29 +0200
commit12972923e74e3dd174f3ce3e59c2db5ca9b400eb (patch)
treec1893aa2eefedb6cae317940bf6a63e24f1e733c /webserver.conf
parentd8c3333e7a7330c10bb96e426482e2b158011251 (diff)
Configuration
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf13
1 files changed, 9 insertions, 4 deletions
diff --git a/webserver.conf b/webserver.conf
index c3580c8..42bc383 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -1,14 +1,19 @@
<webserver>
- <user>www-data<user>
+ <user>www-data</user>
<group>www-data</group>
- <plugin-directory>/usr/lib/webserver/plugins</plugin-directory>
+ <plugin-directory><a c="d">b<e>f</e></a>/usr/lib/webserver/plugins</plugin-directory>
<plugin-directory>/usr/local/lib/webserver/plugins</plugin-directory>
<sites>
<site>
<name>antcom.de</name>
<host>antcom.de</host>
- <path requested="/" type="files">/var/www/antcom.de</path>
- <path requested="/webbox" type="plugin">webbox</path>
+ <path requested="/" type="files">
+ <target>/var/www/antcom.de</target>
+ </path>
+ <path requested="/webbox" type="plugin">
+ <plugin>webbox</plugin>
+ <target>/var/lib/webbox</target>
+ </path>
</site>
<!--
<site>