diff options
author | Roland Reichwein <mail@reichwein.it> | 2020-04-09 18:30:32 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2020-04-09 18:30:32 +0200 |
commit | 0d157fb407a35f8afe6d6f0f4c2cc5cd5d5a1933 (patch) | |
tree | 86ccea82ebbe29197eacb9a85e8ec7548c5ae38c /webserver.conf | |
parent | 2f42619303627db401e469e2fd65123cd794a378 (diff) |
Prepared generate_page for static-files plugin
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 7749739..0981c0d 100644 --- a/webserver.conf +++ b/webserver.conf @@ -14,6 +14,7 @@ <host>antcom.de</host> <host>www.antcom.de</host> <path requested="/" type="files"> + <plugin>static-files</plugin> <target>/home/ernie/homepage/test</target> </path> <!-- |