Files
Sistema-Educativo-Laravel/php-fpm-pool.conf

13 lines
232 B
Plaintext

[www]
user = nobody
group = nobody
listen = /var/run/php-fpm.sock
pm = dynamic
pm.max_children = 10
pm.start_servers = 2
pm.min_spare_servers = 1
pm.max_spare_servers = 3
listen.owner = nginx
listen.group = nginx
listen.mode = 0660