diff options
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | webserver.conf | 5 |
3 files changed, 8 insertions, 3 deletions
@@ -104,7 +104,7 @@ $(DISTROS): deb-src debs: $(DISTROS) -upload: +upload: dist scp ../$(TGZNAME) antcom.de:/var/www/reichwein.it-download/ scp -r result antcom.de: scp -r remote-install.sh antcom.de: diff --git a/debian/changelog b/debian/changelog index 85d40eb..eff5c89 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -webserver (1.19) UNRELEASED; urgency=medium +webserver (1.19) unstable; urgency=medium * Websocket bugfix: close remaining connection, prevent leak - -- Roland Reichwein <mail@reichwein.it> Thu, 26 Jan 2023 19:11:21 +0100 + -- Roland Reichwein <mail@reichwein.it> Sun, 29 Jan 2023 22:28:09 +0100 webserver (1.18) unstable; urgency=medium diff --git a/webserver.conf b/webserver.conf index 598a57c..516e34f 100644 --- a/webserver.conf +++ b/webserver.conf @@ -103,6 +103,11 @@ <plugin>websocket</plugin> <target>::1:9014</target> </path> + + <path requested="/webassembly"> + <plugin>static-files</plugin> + <target>/home/ernie/code/whiteboard/webassembly</target> + </path> <path requested="/redirect1"> <plugin>redirect</plugin> |