Per Domain php.ini

GCP deployment installation (Ubuntu).

What are exactly steps to enable per domain php.ini in CyberPanel?

you can add additional php paramters / or override global php values by editing ’ vHost Conf’ for each domain and add custom PHP values inside the phpinioveride block , like if you need to enable domain based error logs do as following

phpIniOverride {
php_admin_value error_log “php_error.log”
php_admin_value display_errors “on”
}

Thanks. Yes, I exactly need it for BPS error logs.