Skip to content

Instantly share code, notes, and snippets.

@ac-silva
Created May 21, 2019 13:23
Show Gist options
  • Save ac-silva/670a14e3bacd8f6a428ceb5e2d42c780 to your computer and use it in GitHub Desktop.
Save ac-silva/670a14e3bacd8f6a428ceb5e2d42c780 to your computer and use it in GitHub Desktop.
[www-data]
user = www-data
group = www-data
listen = /var/run/php/php-www-data.sock
listen.owner = www-data
listen.group = www-data
php_admin_value[disable_functions] = exec,passthru,shell_exec,system
php_admin_flag[allow_url_fopen] = off
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment