summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf12
1 files changed, 8 insertions, 4 deletions
diff --git a/webserver.conf b/webserver.conf
index efc1a69..4901578 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -23,16 +23,20 @@
</path>
<path requested="/webbox1">
- <plugin>static-files</plugin>
- <target>/home/ernie/code/webserver/plugins/webbox/html</target>
- </path>
- <path requested="/webbox1/bin">
<plugin>webbox</plugin>
<target>/home/ernie/testbox</target>
<WEBBOX_NAME>Testbox1</WEBBOX_NAME>
<WEBBOX_READONLY>0</WEBBOX_READONLY>
+ <WEBBOX_STATIC_HTML>/home/ernie/code/webserver/plugins/webbox/html</WEBBOX_STATIC_HTML>
<auth login="abc" password="p3p0Jka3YM5Fk"/>
</path>
+ <path requested="/webbox2">
+ <plugin>webbox</plugin>
+ <target>/home/ernie/testbox</target>
+ <WEBBOX_NAME>Testbox1</WEBBOX_NAME>
+ <WEBBOX_READONLY>1</WEBBOX_READONLY>
+ <WEBBOX_STATIC_HTML>/home/ernie/code/webserver/plugins/webbox/html</WEBBOX_STATIC_HTML>
+ </path>
<path requested="/blog">
<plugin>weblog</plugin>
<target>/home/ernie/testblog</target>