Skip to content

Instantly share code, notes, and snippets.

@dovidezra
Created June 16, 2017 20:22
Show Gist options
  • Save dovidezra/c948d6d83dba42808e61623775e83fb5 to your computer and use it in GitHub Desktop.
Save dovidezra/c948d6d83dba42808e61623775e83fb5 to your computer and use it in GitHub Desktop.
PHP FPM
Path to config file
/opt/cpanel/ea-php54/root/etc/
pm = ondemand
pm.process_idle_timeout = 30s
pm.max_children = 10
pm.max_requests = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment