summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf7
1 files changed, 4 insertions, 3 deletions
diff --git a/webserver.conf b/webserver.conf
index 0981c0d..a50dc6d 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -13,12 +13,12 @@
<host>lists.antcom.de</host>
<host>antcom.de</host>
<host>www.antcom.de</host>
- <path requested="/" type="files">
+ <path requested="/">
<plugin>static-files</plugin>
<target>/home/ernie/homepage/test</target>
</path>
<!--
- <path requested="/webbox" type="plugin">
+ <path requested="/webbox">
<plugin>webbox</plugin>
<target>/var/lib/webbox</target>
</path>
@@ -29,7 +29,8 @@
<site>
<name>marx</name>
<host>marx.antcom.de</host>
- <path requested="/" type="files">
+ <path requested="/">
+ <plugin>static-files</plugin>
<target>/home/ernie/homepage/test1</target>
</path>
<certpath>/home/ernie/code/webserver/cert.pem</certpath>