Hello everyone,
I'm seeking advice on the best way to configure PHP-FPM pools for my server. My goal is to optimize performance by creating custom FPM profiles for each site, rather than using the default pool. I have five different WordPress websites with varying traffic.
My question is: Which is the correct file to create the custom FPM pools in? I'm unsure if I should edit the main FPM profile in the PHP manager or create a separate .conf file for each website, and where I should put them.
