How to enable php error logging with caddy and php-fpm
Inside the file:
pool.d/www.conf
Edit at the end:
php_admin_value[error_log] = /var/log/fpm-php.www.log
php_admin_flag[log_errors] = on
catch_workers_output = yes
Points regarding computing that I always forget - so I write them here to find them easily and maybe other could benefit too.
How to enable php error logging with caddy and php-fpm
Inside the file:
pool.d/www.conf
Edit at the end:
php_admin_value[error_log] = /var/log/fpm-php.www.log
php_admin_flag[log_errors] = on
catch_workers_output = yes
Comments
Post a Comment