diff options
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/webserver.conf b/webserver.conf index 516e34f..ce57975 100644 --- a/webserver.conf +++ b/webserver.conf @@ -41,10 +41,8 @@ <WEBBOX_STATIC_HTML>/home/ernie/code/webserver/plugins/webbox/html</WEBBOX_STATIC_HTML> </path> <path requested="/blog"> - <plugin>weblog</plugin> - <target>/home/ernie/testblog</target> - <WEBLOG_NAME>Roland Reichweins Blog</WEBLOG_NAME> - <WEBLOG_KEYWORDS>Roland Reichwein, Blog</WEBLOG_KEYWORDS> + <plugin>fcgi</plugin> + <target>::1:9019</target> </path> <path requested="/stats"> <plugin>statistics</plugin> |