forked from GitHub/gf-core
lighttpd.conf tweak
This commit is contained in:
@@ -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"
|
||||
)
|
||||
)
|
||||
))
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user