Skip to content

Instantly share code, notes, and snippets.

@clivewalkden
Created December 12, 2019 14:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save clivewalkden/af31ece4800fdde5a7240cee0e20afb9 to your computer and use it in GitHub Desktop.
Save clivewalkden/af31ece4800fdde5a7240cee0e20afb9 to your computer and use it in GitHub Desktop.
example settings for php-fpm on ubuntu
[php70]
user = clive
group = webdev
listen = /run/php/php7.0-fpm.sock
listen.owner = www-data
listen.group = www-data
pm = dynamic
pm.max_children = 20
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment