php-fpm.conf.hbs 180 B

12345
  1. {{! This file will not be used on Windows due to PHP-FPM not being available on Windows. }}
  2. [global]
  3. error_log = "{{phpFpm.logs.errorLog}}"
  4. daemonize = no
  5. include=php-fpm.d/*.conf