github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-php-fpm/testdata/php-fpm.unix.conf (about) 1 [global] 2 daemonize = no 3 error_log = /tmp/php-fpm.error.log 4 5 [www] 6 listen = /tmp/php-fpm.sock 7 listen.mode = 0666 8 pm = static 9 pm.max_children = 4 10 pm.status_path = /status 11 access.log = /tmp/php-fpm.access.log 12 catch_workers_output = yes 13 php_flag[display_errors] = on 14 php_admin_flag[log_errors] = true