summaryrefslogtreecommitdiffhomepage
path: root/webserver.conf
diff options
context:
space:
mode:
authorRoland Reichwein <mail@reichwein.it>2020-05-08 10:18:33 +0200
committerRoland Reichwein <mail@reichwein.it>2020-05-08 10:18:33 +0200
commit28593ac70ea473e87f86d7bfd3488f17b6df276b (patch)
tree5b408c83501c5c9570ccb32a1db94ec0d939312c /webserver.conf
parent9e635d9b19e72eefef082dd8071d3e4c9d6cfab1 (diff)
Added FCGI unix domain sockets
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>