Skip to content

Instantly share code, notes, and snippets.

@benhartwich
Created April 8, 2015 18:40
Show Gist options
  • Save benhartwich/076bc5fde01c84e273c5 to your computer and use it in GitHub Desktop.
Save benhartwich/076bc5fde01c84e273c5 to your computer and use it in GitHub Desktop.
PHP FPM
[client folder]
listen = 127.0.0.1:9003
listen.allowed_clients = 127.0.0.1
user = username
group = group
listen.mode = 0660
pm = dynamic
pm.max_children = 50
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 5
chdir = /
php_admin_value[open_basedir] = /var/kunden/user/html:/usr/share/php5:tmp
php_admin_value[disable_functions] = dl,exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment