From 3d4733fc1345f8e93927207229bc01fdcf411278 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 25 Mar 2018 22:33:31 +0200 Subject: [PATCH] php: fix fpm custom file permissions --- php/tasks/fpm.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/php/tasks/fpm.yml b/php/tasks/fpm.yml index 5b27251d..b7d169b4 100644 --- a/php/tasks/fpm.yml +++ b/php/tasks/fpm.yml @@ -93,6 +93,7 @@ content: | ; Put customized values here. ; default_charset = "ISO-8859-1" + mode: "0644" force: no notify: restart php-fpm