From 05e3fc768f7eb51b055b1dbfeaee10afb67b2572 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Mon, 2 Dec 2019 09:41:01 +0100 Subject: [PATCH] update fpm listen chmod --- src/templates/php-fpm.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/php-fpm.twig b/src/templates/php-fpm.twig index 8770be5..909ec46 100644 --- a/src/templates/php-fpm.twig +++ b/src/templates/php-fpm.twig @@ -4,7 +4,7 @@ group = {{ SYSTEM_USER_GROUP }} listen = 127.0.0.1:{{ PHP_FPM_PORT }} listen.owner = {{ SYSTEM_USER_USERNAME }} listen.group = {{ SYSTEM_USER_GROUP }} -;listen.mode = 0660 +listen.mode = 0600 listen.allowed_clients = 127.0.0.1 pm = dynamic pm.max_children = 5