summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf.example
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-02-26 08:54:17 +0100
committerRoland Reichwein <mail@reichwein.it>2023-02-26 08:54:17 +0100
commitc9fa963e71258c5adfb71cf1996cd1bcb33df0bb (patch)
treea40d2260bf03ea5adfca798aef5d49d6a1984cad /webserver.conf.example
Start with copy of whiteboard
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..9193a5b
--- /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/websocket">
+ <plugin>websocket</plugin>
+ <target>127.0.0.1:9014</target>
+ </path>