summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-04-19 19:46:14 +0200
committerRoland Reichwein <mail@reichwein.it>2020-04-19 19:46:14 +0200
commit8b93572b386256c53c12012be87adabd73d80520 (patch)
treeaee710ea38d6b7487f49d191c5c63b3306ee6950 /webserver.conf
parente093da01dcefac72502b4fa0c8375760cf98934e (diff)
Weblog (WIP)
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf4
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>