summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf.example
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2022-11-05 13:49:53 +0100
committerRoland Reichwein <mail@reichwein.it>2022-11-05 13:49:53 +0100
commit4aeab7931182cb1c35bd5c52b58d71b30c32674d (patch)
treee9635c5b2c0827f16dc2021a6193139ef536793b /webserver.conf.example
Initial files, WIP
Diffstat (limited to 'webserver.conf.example')
-rw-r--r--webserver.conf.example8
1 files changed, 8 insertions, 0 deletions
diff --git a/webserver.conf.example b/webserver.conf.example
new file mode 100644
index 0000000..eeb48a1
--- /dev/null
+++ b/webserver.conf.example
@@ -0,0 +1,8 @@
+ <path requested="/whiteboard">
+ <plugin>static-files</plugin>
+ <target>/usr/lib/whiteboard/html</target>
+ </path>
+ <path requested="/whiteboard/whiteboard.fcgi">
+ <plugin>fcgi</plugin>
+ <target>127.0.0.1:9014</target>
+ </path>