Skip to content

Instantly share code, notes, and snippets.

@bdunogier
Created July 18, 2014 14:34
Show Gist options
  • Save bdunogier/71b2413757fcdbcd8aa5 to your computer and use it in GitHub Desktop.
Save bdunogier/71b2413757fcdbcd8aa5 to your computer and use it in GitHub Desktop.
[fpm]
user = www-data
group = www-data
listen = 9000
pm = dynamic
pm.max_children = 5
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