php-fpm logs errors

This commit is contained in:
2026-06-23 08:43:35 +01:00
parent 52b013e165
commit e61a0f1de9
+6
View File
@@ -6,6 +6,12 @@ listen.owner = nginx
listen.group = nginx listen.group = nginx
listen.mode = 0660 listen.mode = 0660
access.log = /var/log/php85/$pool.access.log
access.format = "%R - %u %t \"%m %r%Q%q\" %s %f %{milli}d %{kilo}M %C%%"
catch_workers_output = yes
php_admin_value[error_log] = /var/log/php85/$pool.error.log
php_admin_flag[log_errors] = on
php_admin_value[disable_functions] = exec,passthru,shell_exec,system php_admin_value[disable_functions] = exec,passthru,shell_exec,system
php_admin_flag[allow_url_fopen] = off php_admin_flag[allow_url_fopen] = off