summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-12 22:20:33 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-12 22:20:33 +0200
commit4732dc63657f4c6fc342f7674f7dc7c666b293dc (patch)
treeda91a5dbbd62982284435d252dd89ac963952ee9 /webserver.conf
parent3f778eecc705990598f1033e6245522f42e2fcb5 (diff)
webbox (WIP)
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf10
1 files changed, 7 insertions, 3 deletions
diff --git a/webserver.conf b/webserver.conf
index e3731bc..365e015 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -21,12 +21,16 @@
<plugin>static-files</plugin>
<target>/home/ernie/homepage/test</target>
</path>
- <!--
<path requested="/webbox">
+ <plugin>static-files</plugin>
+ <target>/home/ernie/webbox/html</target>
+ </path>
+ <path requested="/webbox/bin">
<plugin>webbox</plugin>
- <target>/var/lib/webbox</target>
+ <target>/home/ernie/testbox</target>
+ <WEBBOX_NAME>Testbox1</WEBBOX_NAME>
+ <WEBBOX_READONLY>0</WEBBOX_READONLY>
</path>
- -->
<certpath>/home/ernie/code/webserver/fullchain.pem</certpath>
<keypath>/home/ernie/code/webserver/privkey.pem</keypath>
</site>