From 274b3474d1a343e72031496198003f694ade186c Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 5 Dec 2016 14:28:54 +0100 Subject: [PATCH] bmas-typo3 - correct pool --- customer/bmas-typo3/production.yaml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index 3d4d14d3..bed47e3a 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -54,7 +54,20 @@ memcached::max_memory: 256 memcached::listen_ip: '127.0.0.1' php::fpm::pools: - fachkraefte-offensive: {} # Pool for pdfgenerator - pdf.fachkraefte-offensive.de + fachkraefte-offensive: # Pool for pdfgenerator - pdf.fachkraefte-offensive.de + listen: '/var/run/php5-fpm-fachkraefte-offensive.sock' + pm: 'dynamic' + pm_max_children: 4 + pm_start_servers: 2 + pm_min_spare_servers: 2 + pm_max_spare_servers: 4 + pm_max_requests: '10000' + pm_status_path: '/php-fpm-status' + ping_path: '/ping' + ping_response: 'pong' + request_terminate_timeout: '5m' + request_slowlog_timeout: '10s' + slowlog: '/var/log/php-fpm/fachkraefte-offensive-slow.log' php::extensions: gd: {} -- 2.39.5