Commit 3911687d authored by Oleg Dzhimiev's avatar Oleg Dzhimiev

max-procs=4 for fastcgi.server

parent 990a6c60
......@@ -216,6 +216,7 @@ fastcgi.server = ( ".php" =>
(
"socket" => "/tmp/php-fastcgi.socket",
"bin-path" => "/usr/local/bin/php"
"max-procs" => 4,
)
),
".py" =>
......@@ -225,7 +226,7 @@ fastcgi.server = ( ".php" =>
"socket" => socket_dir + "fastcgi.python.socket",
"bin-path" => "test.py",
"check-local" => "disable",
"max-procs" => 1,
"max-procs" => 4,
)
)
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment