Merge branch 'master' of github.com:mitsuhiko/flask

This commit is contained in:
Armin Ronacher 2011-08-04 16:46:10 +02:00
commit a070b4fe86

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
))
)