From c726e5fee0ce7ec3a0a0aab00cbd18b26c31be9d Mon Sep 17 00:00:00 2001 From: Ron DuPlain Date: Sat, 30 Jul 2011 11:02:36 -0400 Subject: [PATCH] Fix lighttpd config, from giskard on #pocoo. --- docs/deploying/fastcgi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )) )