summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-12-03 19:02:29 +0100
committerRoland Reichwein <mail@reichwein.it>2022-12-03 19:02:29 +0100
commit921c799f3aa0163cd2eeda5a1c3c8d10d5989e9c (patch)
tree10012d47913b07fb4b53dd1e17061683aa191a7b /webserver.conf
parent96b831edf4b4b2f375f65788feced8867e67bd4f (diff)
Update debian/control build deps
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf9
1 files changed, 9 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf
index 81da39b..5afe19c 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -93,6 +93,15 @@
<target>127.0.0.1:9004</target>
</path>
+ <path requested="/whiteboard">
+ <plugin>static-files</plugin>
+ <target>/home/ernie/code/whiteboard/html</target>
+ </path>
+ <path requested="/whiteboard/whiteboard.fcgi">
+ <plugin>fcgi</plugin>
+ <target>127.0.0.1:9014</target>
+ </path>
+
<path requested="/redirect1">
<plugin>redirect</plugin>
<target>https://www.antcom.de/</target>