From: Philipp Dallig Date: Mon, 5 Dec 2016 13:28:54 +0000 (+0100) Subject: bmas-typo3 - correct pool X-Git-Tag: v0.1.0~3725^2~100 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=274b3474d1a343e72031496198003f694ade186c;p=pixelpark%2Fhiera.git bmas-typo3 - correct pool --- 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: {}