summaryrefslogtreecommitdiff
path: root/parabolaweb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'parabolaweb.conf')
-rw-r--r--parabolaweb.conf10
1 files changed, 8 insertions, 2 deletions
diff --git a/parabolaweb.conf b/parabolaweb.conf
index 7218627..e598e37 100644
--- a/parabolaweb.conf
+++ b/parabolaweb.conf
@@ -5,7 +5,13 @@ GITURL='git://projects.parabola.nu/parabolaweb.git#branch=master'
RUNMAKE='pacman -Q parabolaweb-dev'
-FCGIARGS=(host=127.0.0.1 port=8090)
-#FCGIARGS=(socket=/run/parabolaweb.sock)
+# 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/')