Skip to content

Instantly share code, notes, and snippets.

@AnnoyingTechnology
Last active August 29, 2015 14:16
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 AnnoyingTechnology/825937c04e4deb8ae42c to your computer and use it in GitHub Desktop.
Save AnnoyingTechnology/825937c04e4deb8ae42c to your computer and use it in GitHub Desktop.
php-fpm.conf development for Phalcon & Polyfony
[global]
error_log = log/php56/php-fpm.log
syslog.ident = php56-fpm
daemonize = yes
[www]
user = nobody
group = nobody
listen = 127.0.0.1:9000
pm = dynamic
pm.max_children = 16
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 6
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment