1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2025-12-26 13:21:28 +00:00
Files
operating-system/buildroot/package/php/php-fpm.conf
2018-03-17 23:47:00 +00:00

12 lines
185 B
Plaintext

[www]
pm = ondemand
pm.process_idle_timeout = 120s
pm.max_children = 5
listen = /var/run/php-fpm.sock
listen.owner = www-data
listen.group = www-data
user = www-data
group = www-data