php-fpm.conf 300 B

123456789101112131415
  1. [group:php-fpm]
  2. programs=php-fpmd
  3. priority=20
  4. [program:php-fpmd]
  5. command = /opt/docker/bin/service.d/php-fpm.sh
  6. process_name=%(program_name)s
  7. startsecs = 0
  8. autostart = true
  9. autorestart = true
  10. stdout_logfile=/dev/stdout
  11. stdout_logfile_maxbytes=0
  12. stderr_logfile=/dev/stderr
  13. stderr_logfile_maxbytes=0