summaryrefslogtreecommitdiffhomepage
path: root/debian/README.Debian
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2023-01-21 19:05:43 +0100
committerRoland Reichwein <mail@reichwein.it>2023-01-21 19:05:43 +0100
commitc464265f60ddd367786b08f5d49cd7a6d650b7d6 (patch)
treed2c747cc041a92d38ac1d25eb47fc7e398d5af7b /debian/README.Debian
parent3d0592e9238a59df54b3e3b757a38fa2e7f0ccfb (diff)
First websocket connection
Diffstat (limited to 'debian/README.Debian')
-rw-r--r--debian/README.Debian4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
index 07ab4d6..c740e12 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -17,8 +17,8 @@ Configuration
<plugin>static-files</plugin>
<target>/usr/lib/whiteboard/html</target>
</path>
- <path requested="/whiteboard/whiteboard.fcgi">
- <plugin>fcgi</plugin>
+ <path requested="/whiteboard/websocket">
+ <plugin>websocket</plugin>
<target>127.0.0.1:9014</target>
</path>