www.conf.hbs 257 B

123456789
  1. {{! This file will not be used on Windows due to PHP-FPM not being available on Windows. }}
  2. [www]
  3. listen = "{{phpFpm.socket}}"
  4. pm = static
  5. pm.max_children = 2
  6. pm.start_servers = 2
  7. pm.min_spare_servers = 1
  8. pm.max_spare_servers = 3
  9. catch_workers_output = yes