From 049d8f04f9e211766fd0e3d571cafdd859f5b369 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Wed, 29 Aug 2018 09:51:04 +0200 Subject: [PATCH] DEUWO - disable ssl && remove fpm www pool --- customer/deuwo/common.yaml | 6 +++++- customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/customer/deuwo/common.yaml b/customer/deuwo/common.yaml index ab19b9c6..ed3549d1 100644 --- a/customer/deuwo/common.yaml +++ b/customer/deuwo/common.yaml @@ -10,6 +10,10 @@ php::settings: Date/date.timezone: Europe/Berlin PHP/expose_php: 'Off' +php::fpm::pools: + www: + ensure: absent + php::extensions: gd: {} opcache: {} @@ -17,7 +21,7 @@ php::extensions: soap: {} mbstring: {} zip: {} - xml: {} + xml: {} mysql::server::backup::backupdir: /var/lib/backup/mysql diff --git a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml index c29e7396..1466c852 100644 --- a/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml +++ b/customer/deuwo/web01-deutsche-wohnen-com.pixelpark.net.yaml @@ -76,6 +76,7 @@ infra::profile::typo3::projects_composer_monolith: db_user: deuwo db_name: deuwo servername: deutsche-wohnen.com + ssl: false serveraliases: - www.deutsche-wohnen.com - web01-deutsche-wohnen-com.pixelpark.net -- 2.39.5