Skip to content

Instantly share code, notes, and snippets.

@jeffbeard
Created September 5, 2011 15:35
Show Gist options
  • Save jeffbeard/1195269 to your computer and use it in GitHub Desktop.
Save jeffbeard/1195269 to your computer and use it in GitHub Desktop.
PHP-FPM config file
[global]
pid = /var/run/php5-fpm.pid
error_log = /var/log/php5-fpm.log
[www]
listen = /var/run/php5-fpm.sock
user = www-data
group = www-data
pm = static
pm.max_children = 10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment