diff options
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 46046d9..16ac3e0 100644 --- a/webserver.conf +++ b/webserver.conf @@ -31,6 +31,10 @@ <WEBBOX_READONLY>0</WEBBOX_READONLY> <auth login="abc" password="def"/> </path> + <path requested="/blog"> + <plugin>weblog</plugin> + <target>/home/ernie/testblog</target> + </path> <path requested="/cgi-bin"> <plugin>cgi</plugin> <target>/home/ernie/code/webserver/cgi-bin</target> |