From 2d149fd9f63d09a60a0eef5ec1c6151bc2d331c7 Mon Sep 17 00:00:00 2001 From: lapineige Date: Thu, 4 May 2023 20:43:13 +0200 Subject: [PATCH] Update php-fpm.conf https://github.com/YunoHost-Apps/pixelfed_ynh/issues/211#issuecomment-1535026590 --- 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 b4c2372f..73d36ee2 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: