diff options
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 365e015..76f2591 100644 --- a/webserver.conf +++ b/webserver.conf @@ -23,7 +23,7 @@ </path> <path requested="/webbox"> <plugin>static-files</plugin> - <target>/home/ernie/webbox/html</target> + <target>/home/ernie/code/webbox/html</target> </path> <path requested="/webbox/bin"> <plugin>webbox</plugin> |