diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-19 18:17:48 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-19 18:17:48 +0200 |
commit | e093da01dcefac72502b4fa0c8375760cf98934e (patch) | |
tree | 674b4a24ac610f2b5aee053787e1b5349246e816 /webserver.conf | |
parent | 447a5474ddf8b1eb66f3bfd510cf8108e1cb8fcb (diff) |
Bugfix: urldecode
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 2 |
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> |