Afternoon folks - in latest stable, where would be the correct spot to place this for EA4 php7.1 FPM?
(Referencing: How to disable PHP OPCache for certain directories | en.code-bude.net)
Am looking at /opt/cpanel/ea-php71/root/etc/php-fpm.d/{domain}.conf but the file states that it's generated and to use WHM Interface.
Or is it as simple as adding the paths to the existing blacklist in /opt/cpanel/ea-php71/root/etc/php.d/opcache-default.blacklist and restarting php-fpm? (Do changes in php.d/ also impact php-fpm.d/ ?)
Code:
opcache.blacklist_filename=/path/to/opcache-blacklist.txt
Am looking at /opt/cpanel/ea-php71/root/etc/php-fpm.d/{domain}.conf but the file states that it's generated and to use WHM Interface.
Or is it as simple as adding the paths to the existing blacklist in /opt/cpanel/ea-php71/root/etc/php.d/opcache-default.blacklist and restarting php-fpm? (Do changes in php.d/ also impact php-fpm.d/ ?)