From 562e273109f64c77394f79a3f0536969bcdc71e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Mon, 11 Apr 2016 12:33:00 +0200 Subject: [PATCH] MBVD FW: disable www pool --- customer/mbvd-fashionweek/common.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/customer/mbvd-fashionweek/common.yaml b/customer/mbvd-fashionweek/common.yaml index 8b44227c..d12bde65 100644 --- a/customer/mbvd-fashionweek/common.yaml +++ b/customer/mbvd-fashionweek/common.yaml @@ -25,6 +25,10 @@ php::settings: Date/date.timezone: Europe/Berlin PHP/expose_php: 'Off' +php::fpm::pools: + www: + ensure: absent + php::extensions: gd: {} opcache: {} -- 2.39.5