From 9a436f9d5aaae213236ce41e018de710dc92fecc Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 5 Dec 2016 14:31:06 +0100 Subject: [PATCH] bmas-typo3 - change to right listen user --- customer/bmas-typo3/production.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index bed47e3a..14279fb1 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -56,6 +56,9 @@ memcached::listen_ip: '127.0.0.1' php::fpm::pools: fachkraefte-offensive: # Pool for pdfgenerator - pdf.fachkraefte-offensive.de listen: '/var/run/php5-fpm-fachkraefte-offensive.sock' + listen_owner: apache + listen_group: apache + listen_mode: '0660' pm: 'dynamic' pm_max_children: 4 pm_start_servers: 2 -- 2.39.5