mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -06:00
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