One of my endpoints returns 500 - Server error. I can't configure the system to show me where the crash is.
I've done this:
in /etc/php/7.2/fpm/php.ini
php_admin_flag[log_errors] = on;
php_admin_value[error_log] = /var/www/html/production/php-error.log;