summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <s@ricketyspace.net>2019-11-15 22:35:14 -0500
committerrsiddharth <s@ricketyspace.net>2019-11-15 22:35:14 -0500
commitbe20037ae26de6b71a7a874f4303b60a439a50fe (patch)
treeeb11229edafccb44652ecbdb7cbf826c35a206eb
parent1f328c3a759a1443b7ce5cbdefc57c2335297cc8 (diff)
etc/httpd.conf: Add fastcgi option.
-rw-r--r--etc/httpd.conf2
1 files changed, 2 insertions, 0 deletions
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"
}