php-fpm logs errors
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user