It seems maybe that /usr/local/directadmin/data/templates/custom/php-fpm.conf is only used for user accounts. However for server hostname, like when running roundcube on server hostname, wich php-fpm.conf should I edit?
When I look at this path /usr/local/php70/etc/php-fpm.conf - it seems it has active configurations like:
So it is /usr/local/php70/etc/php-fpm.conf that is used for server hostname? If not, what are those settings used for? And how can I make a custom version of them wich won't get overwritten?
When I look at this path /usr/local/php70/etc/php-fpm.conf - it seems it has active configurations like:
Code:
pm = ondemand
pm.max_children = 10
pm.process_idle_timeout = 60
pm.max_requests = 1000
So it is /usr/local/php70/etc/php-fpm.conf that is used for server hostname? If not, what are those settings used for? And how can I make a custom version of them wich won't get overwritten?