diff options
Diffstat (limited to 'webserver.conf')
-rw-r--r-- | webserver.conf | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf index 871a491..3a4d6f7 100644 --- a/webserver.conf +++ b/webserver.conf @@ -82,6 +82,15 @@ <target>/home/ernie/code/webshop/html</target> </path> + <path requested="/downtube"> + <plugin>static-files</plugin> + <target>/home/ernie/homepage/reichwein.it/downtube</target> + </path> + <path requested="/downtube/downtube.fcgi"> + <plugin>fcgi</plugin> + <target>127.0.0.1:9004</target> + </path> + <path requested="/redirect1"> <plugin>redirect</plugin> <target>https://www.antcom.de/</target> |