Commit c359a47c authored by Andrey Filippov's avatar Andrey Filippov

increase fast-cgi from 4 to 12 - suspect too many php scripts simultaneously...

increase fast-cgi from 4 to 12 - suspect too many php scripts simultaneously (lwir16.php and camogm)
parent cdd2e632
...@@ -219,7 +219,7 @@ server.port = 80 ...@@ -219,7 +219,7 @@ server.port = 80
( (
"socket" => "/tmp/php-fastcgi.socket", "socket" => "/tmp/php-fastcgi.socket",
"bin-path" => "/usr/bin/php-cgi", "bin-path" => "/usr/bin/php-cgi",
"max-procs" => 4 "max-procs" => 12
) )
) )
# ), # ),
......
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