From 0f0fce39441238f137743e920ebe1bfcb1ced360 Mon Sep 17 00:00:00 2001 From: Kay0u Date: Wed, 27 Oct 2021 14:47:23 +0200 Subject: [PATCH] change group of php-fpm --- conf/php-fpm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/php-fpm.conf b/conf/php-fpm.conf index ab1a471..eff4ac0 100644 --- a/conf/php-fpm.conf +++ b/conf/php-fpm.conf @@ -21,7 +21,7 @@ ; Note: The user is mandatory. If the group is not set, the default user's group ; will be used. user = __USER__ -group = __USER__ +group = www-data ; The address on which to accept FastCGI requests. ; Valid syntaxes are: