Skip to content

Instantly share code, notes, and snippets.

@Swahjak
Created November 8, 2017 08:35
Show Gist options
  • Save Swahjak/873dec452b4f16e1e5e8b5f878a8fbbd to your computer and use it in GitHub Desktop.
Save Swahjak/873dec452b4f16e1e5e8b5f878a8fbbd to your computer and use it in GitHub Desktop.
[www]
user = www-data
group = www-data
listen = 0.0.0.0:9000
pm = dynamic
pm.max_children = 10
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
catch_workers_output = yes
php_value[php_post_max_size] = 20M
php_value[upload_max_filesize] = 20M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment