diff options
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> |