Fix lighttpd config, from giskard on #pocoo.

This commit is contained in:
Ron DuPlain 2011-07-30 11:02:36 -04:00
parent eba2f70c6b
commit c726e5fee0

View file

@ -62,7 +62,7 @@ A basic FastCGI configuration for lighttpd looks like that::
"socket" => "/tmp/yourapplication-fcgi.sock",
"bin-path" => "/var/www/yourapplication/yourapplication.fcgi",
"check-local" => "disable",
"max-procs" -> 1
"max-procs" => 1
))
)