From 4746925b956f0ad553a1479de26f7043c4e5a966 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Oliver=20B=C3=B6ttcher?= Date: Thu, 13 Oct 2016 12:54:12 +0200 Subject: [PATCH] BMFDC: disable name resolution --- customer/bmf-datacenter/production.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/customer/bmf-datacenter/production.yaml b/customer/bmf-datacenter/production.yaml index 4b046729..86c5ccba 100644 --- a/customer/bmf-datacenter/production.yaml +++ b/customer/bmf-datacenter/production.yaml @@ -21,6 +21,7 @@ mysql::server::override_options: innodb_log_buffer_size: 16M query_cache_type: 0 default-storage-engine: INNODB + skip-name-resolve: true php::extensions: gd: {} -- 2.39.5