From be20037ae26de6b71a7a874f4303b60a439a50fe Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Fri, 15 Nov 2019 22:35:14 -0500 Subject: etc/httpd.conf: Add fastcgi option. --- etc/httpd.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'etc') diff --git a/etc/httpd.conf b/etc/httpd.conf index a8d3907..ca249d2 100644 --- a/etc/httpd.conf +++ b/etc/httpd.conf @@ -19,4 +19,6 @@ server "nfsw.dingy.space" { root "/acme" request strip 2 } + + fastcgi socket ":4201" } -- cgit v1.2.3