summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-30 22:40:52 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-30 22:40:52 +0200
commitb715de1eb6f937b0a05d91842041a54455946061 (patch)
tree8ff497cf574be954bacc3c8844446cbc740ead43 /webserver.conf
parented3fcf6ef315fc6fe1519f0c67377267bd95666d (diff)
Bugfixes: write timeout and output size
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf9
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>