Browse Source

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

pull/293/head
Armin Ronacher 13 years ago
parent
commit
a070b4fe86
  1. 2
      docs/deploying/fastcgi.rst

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

Loading…
Cancel
Save