summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--http/php-fpm.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/http/php-fpm.conf b/http/php-fpm.conf
index e66396c..2d2043f 100644
--- a/http/php-fpm.conf
+++ b/http/php-fpm.conf
@@ -6,6 +6,12 @@ listen.owner = nginx
listen.group = nginx
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_flag[allow_url_fopen] = off