diff options
author | Roland Reichwein <mail@reichwein.it> | 2023-02-11 11:58:03 +0100 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2023-02-11 11:58:03 +0100 |
commit | aaaaed8479368b87bc6960dc6abe5a97b4cc7ef9 (patch) | |
tree | b42aba96bb84c0e3593b910011a8b05cffe4e7be /webserver.conf | |
parent | e1f1bf463631c73b5a7e70c3f3a1b1206df6c317 (diff) |
Separated out weblog
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> |