1
0
forked from GitHub/gf-core

lighttpd.conf tweak

This commit is contained in:
bjorn
2008-10-20 08:43:23 +00:00
parent dd17e7a2cc
commit 95fca30b5d

View File

@@ -40,17 +40,16 @@ accesslog.filename = basedir + "/access.log"
fastcgi.debug = 0
fastcgi.server = ( "/pgf" =>
( "localhost" =>
(
"socket" => "/tmp/fastcgi.socket",
((
"socket" => "/tmp/lighttpd-pgf.socket",
"bin-path" => basedir + "/pgf.fcgi",
"bin-environment" => ("GHCRTS" => "-N2",
"PGF_FILE" => "grammar.pgf"),
"min-procs" => 1,
"max-procs" => 1,
"broken-scriptfilename" => "disable",
"check-local" => "disable"
)
)
))
)