How to disable creation of php.ini in virtual server's home/<username>/etc directory?

The custom php.ini created in a virtual server’s /etc directory doesn’t get loaded with php-fpm. It may also be redundant since we can edit the individual php-fpm configs instead. Is there a toggle for this? I can’t seem to find in server templates.

Otherwise, I would opt for a hacky approach after checking the source code :slight_smile:

Thank you.