Commit d9a03b11 authored by Cameron Carney's avatar Cameron Carney

[panel] Updated max _children for php-fpm

parent c4568d20
......@@ -9,7 +9,9 @@ listen.group = nginx
listen.mode = 0750
pm = ondemand
pm.max_children = 9
pm.max_children = 20
pm.min_spare_server = 2
pm.max_spare_server = 5
pm.process_idle_timeout = 10s
pm.max_requests = 200
slowlog = /dev/stdout
......
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