diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-13 19:36:15 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-13 19:36:15 +0200 |
commit | 6b91026eddfa739b6637b18285041063e0fd0348 (patch) | |
tree | 728375b29278bd1a1e71464d7818f69c38ecea1f /webserver.conf | |
parent | 5b3022c4a0e81ff23ce4ebc2ec7b03e32f7a719e (diff) |
Fix webbox (WIP)
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/webserver.conf b/webserver.conf index 76f2591..35ff2f6 100644 --- a/webserver.conf +++ b/webserver.conf @@ -21,11 +21,11 @@ <plugin>static-files</plugin> <target>/home/ernie/homepage/test</target> </path> - <path requested="/webbox"> + <path requested="/webbox1"> <plugin>static-files</plugin> <target>/home/ernie/code/webbox/html</target> </path> - <path requested="/webbox/bin"> + <path requested="/webbox1/bin"> <plugin>webbox</plugin> <target>/home/ernie/testbox</target> <WEBBOX_NAME>Testbox1</WEBBOX_NAME> |