github.com/mackerelio/mackerel-agent-plugins@v0.89.3/mackerel-plugin-php-fpm/testdata/php-fpm.tcp.conf (about)

     1  [global]
     2  daemonize = no
     3  error_log = /tmp/php-fpm.error.log
     4  
     5  [www]
     6  listen = 9000
     7  pm = static
     8  pm.max_children = 4
     9  pm.status_path = /status
    10  access.log = /tmp/php-fpm.access.log
    11  catch_workers_output = yes
    12  php_flag[display_errors] = on
    13  php_admin_flag[log_errors] = true