summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-19 18:17:48 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-19 18:17:48 +0200
commite093da01dcefac72502b4fa0c8375760cf98934e (patch)
tree674b4a24ac610f2b5aee053787e1b5349246e816 /webserver.conf
parent447a5474ddf8b1eb66f3bfd510cf8108e1cb8fcb (diff)
Bugfix: urldecode
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/webserver.conf b/webserver.conf
index f8238fd..46046d9 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -22,7 +22,7 @@
</path>
<path requested="/webbox1">
<plugin>static-files</plugin>
- <target>/home/ernie/code/webbox/html</target>
+ <target>/home/ernie/code/webserver/plugins/webbox/html</target>
</path>
<path requested="/webbox1/bin">
<plugin>webbox</plugin>