From 63c7b81c14415513b1a7a4d604ee8ed31da836a9 Mon Sep 17 00:00:00 2001 From: phil Date: Fri, 2 Jul 2021 02:18:18 +0200 Subject: [PATCH] =?UTF-8?q?=C3=84ndere=20Gruppenrechte=20f=C3=BCr=20php-Pr?= =?UTF-8?q?ozess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- templates/php_fpm_pool.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/php_fpm_pool.j2 b/templates/php_fpm_pool.j2 index 5d7b124..df4a0bd 100644 --- a/templates/php_fpm_pool.j2 +++ b/templates/php_fpm_pool.j2 @@ -1,7 +1,7 @@ [{{ instance.user }}] ;prefix = /path/to/pools/$pool user = $pool -group = www-data +group = $pool listen = /run/php/php-fpm-$pool.sock ;listen.backlog = 65535 listen.owner = $pool