summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'webserver.conf')
-rw-r--r--webserver.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/webserver.conf b/webserver.conf
index 66d4f1f..5088ef8 100644
--- a/webserver.conf
+++ b/webserver.conf
@@ -50,6 +50,10 @@
<plugin>fcgi</plugin>
<target>127.0.0.1:9000</target>
</path>
+ <path requested="/unix">
+ <plugin>fcgi</plugin>
+ <target>/home/ernie/code/webserver/fastcgi/socket</target>
+ </path>
<path requested="/redirect1">
<plugin>redirect</plugin>
<target>https://www.antcom.de/</target>