summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-10 16:51:20 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-10 16:51:20 +0200
commit5b32a4415c9776dd6cae859c8d718b5e68f01d81 (patch)
tree9c9684367a1d415b1d836065daca2e8789fcd1a5 /webserver.conf
parenteb7c96f1ee9cf3eff2dd86f2a1b6ea46a80e41c8 (diff)
Move webbox to root to make index
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>