summaryrefslogtreecommitdiff
path: root/parabolaweb.conf
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-05-17 17:46:43 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-05-17 17:46:43 -0400
commitd638d8208d50accb9b29c6ed70d6fa26bd615b7a (patch)
tree6a1a07346560737653bdfe862f038a6933423fe7 /parabolaweb.conf
parent43992ad933e0f2122856f86efbb97021ed7ac547 (diff)
remove FCGI stuff
Diffstat (limited to 'parabolaweb.conf')
-rw-r--r--parabolaweb.conf9
1 files changed, 0 insertions, 9 deletions
diff --git a/parabolaweb.conf b/parabolaweb.conf
index e598e37..923e138 100644
--- a/parabolaweb.conf
+++ b/parabolaweb.conf
@@ -5,13 +5,4 @@ GITURL='git://projects.parabola.nu/parabolaweb.git#branch=master'
RUNMAKE='pacman -Q parabolaweb-dev'
-# method=IMPL prefork or threaded (default fork).
-# maxrequests=NUMBER number of requests a child handles before it is
-# killed and a new child is forked (0 = no limit).
-# maxspare=NUMBER max number of spare processes / threads (default 5).
-# minspare=NUMBER min number of spare processes / threads (default 2).
-# maxchildren=NUMBER hard limit number of processes / threads (default 50).
-# debug=BOOL set to true to enable flup tracebacks.
-FCGIARGS=()
-
INOTIFYARGS=('/srv/ftp/%(repo)s/os/%(arch)s/')