8

I know what php.ini is for which can be found in /etc/php/7.0/fpm directory

I can't find documentation what www.conf is designed for? It can be found in

/etc/php/7.0/fpm/pool.d
I'll-Be-Back
  • 10,530
  • 37
  • 110
  • 213

1 Answers1

6

Pool Directives are a PHP-FPM convention where multiple "pools" of child processes can be started and have different configurations. The default name for the pool directives file is www.conf.

Take a look at this link for more information and sample configurations.

M Sost
  • 1,133
  • 7
  • 15