tests - fix www.conf

This commit is contained in:
bunkerity 2022-08-12 16:19:21 +02:00
parent 052dc23466
commit 5849c66e66
No known key found for this signature in database
GPG Key ID: 3D80806F12602A7C
2 changed files with 6 additions and 6 deletions

View File

@ -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
access.log = /tmp/php-fpm.access.log

View File

@ -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
access.log = /tmp/php-fpm.access.log