diff --git a/docs/deploying/fastcgi.rst b/docs/deploying/fastcgi.rst index 0b5d887c..6dace1a8 100644 --- a/docs/deploying/fastcgi.rst +++ b/docs/deploying/fastcgi.rst @@ -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 )) )