From 858c065e94aa92e34efbbaffdb5724138a26b4f1 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Sun, 9 Aug 2020 21:12:13 +0100 Subject: [PATCH] Drop the access_log php-fpm directive --- conf/php/7.3/fpm/pool.d/www.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/php/7.3/fpm/pool.d/www.conf b/conf/php/7.3/fpm/pool.d/www.conf index eeba809..2deb81c 100644 --- a/conf/php/7.3/fpm/pool.d/www.conf +++ b/conf/php/7.3/fpm/pool.d/www.conf @@ -17,8 +17,6 @@ pm.status_path = /status ; Default Value: no catch_workers_output = yes -access.log = /proc/self/fd/2 - chdir = / ; Already enabled by default - do not enable twice. -- GitLab