Skip to content

Instantly share code, notes, and snippets.

@julienbourdeau
Last active August 29, 2015 14:04
Show Gist options
  • Save julienbourdeau/3336fc46152f66ca1298 to your computer and use it in GitHub Desktop.
Save julienbourdeau/3336fc46152f66ca1298 to your computer and use it in GitHub Desktop.
[_USER_]
listen = /var/run/php5-fpm._USER_.sock
listen.owner = _USER_
listen.group = _USER_
listen.mode = 0666
user = _USER_
group = _USER_
pm = dynamic
pm.max_children = 15
pm.start_servers = 3
pm.min_spare_servers = 3
pm.max_spare_servers = 12
chdir = /
request_terminate_timeout = 300
rlimit_files = 131072
rlimit_core = unlimited
php_admin_value[error_reporting] = E_ALL | E_STRICT
php_admin_flag[display_errors] = On
php_value[max_input_vars] = 10000
php_value[max_execution_time] = 10000
php_admin_value[xdebug.default_enable] = 0
php_admin_value[xdebug.profiler_enable] = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment