docker-flarum/php-fpm.conf

15 lines
286 B
Plaintext
Raw Normal View History

2016-07-14 04:12:58 -04:00
[global]
daemonize = no
[www]
2016-09-25 05:22:48 -04:00
listen = /tmp/php-fpm.sock
2016-07-14 04:12:58 -04:00
pm = dynamic
pm.max_children = 5
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
chdir = /
2016-08-08 02:44:17 -04:00
php_admin_value[expose_php] = Off
php_admin_value[post_max_size] = 50M
php_admin_value[upload_max_filesize] = 50M