From 5849c66e6695a66dc1c97cca35cb4c2d41f80d13 Mon Sep 17 00:00:00 2001 From: bunkerity Date: Fri, 12 Aug 2022 16:19:21 +0200 Subject: [PATCH] tests - fix www.conf --- tests/www-deb.conf | 6 +++--- tests/www-rpm.conf | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/www-deb.conf b/tests/www-deb.conf index d92caa508..2e9d3f9a6 100644 --- a/tests/www-deb.conf +++ b/tests/www-deb.conf @@ -1,3 +1,5 @@ +error_log = /tmp/php-fpm.error.log +log_level = debug [www] user = www-data group = www-data @@ -14,6 +16,4 @@ catch_workers_output = yes php_flag[display_errors] = on php_admin_value[error_log] = /tmp/php-fpm.log php_admin_flag[log_errors] = on -access.log = /tmp/php-fpm.access.log -error_log = /tmp/php-fpm.error.log -log_level = debug \ No newline at end of file +access.log = /tmp/php-fpm.access.log \ No newline at end of file diff --git a/tests/www-rpm.conf b/tests/www-rpm.conf index 10fcc9341..a4161db96 100644 --- a/tests/www-rpm.conf +++ b/tests/www-rpm.conf @@ -1,3 +1,5 @@ +error_log = /tmp/php-fpm.error.log +log_level = debug [www] user = apache group = apache @@ -14,6 +16,4 @@ catch_workers_output = yes php_flag[display_errors] = on php_admin_value[error_log] = /tmp/php-fpm.log php_admin_flag[log_errors] = on -access.log = /tmp/php-fpm.access.log -error_log = /tmp/php-fpm.error.log -log_level = debug \ No newline at end of file +access.log = /tmp/php-fpm.access.log \ No newline at end of file