From 5f2285aaddfd1420bbe7d93116dab651c0f1a09c Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Thu, 6 Oct 2016 13:25:58 +0200 Subject: [PATCH] bmas-sgb2 - more php memory for test env --- .../bmas-sgb2/test-web01-sgb2-info.pixelpark.net.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/customer/bmas-sgb2/test-web01-sgb2-info.pixelpark.net.yaml b/customer/bmas-sgb2/test-web01-sgb2-info.pixelpark.net.yaml index b2f751f7..98cd5d23 100644 --- a/customer/bmas-sgb2/test-web01-sgb2-info.pixelpark.net.yaml +++ b/customer/bmas-sgb2/test-web01-sgb2-info.pixelpark.net.yaml @@ -40,12 +40,6 @@ mysql::server::override_options: repo::remi_php56: true apache::mpm_module: worker -php::settings: - Date/date.timezone: Europe/Berlin - PHP/expose_php: 'Off' - PHP/post_max_size: 2G - PHP/upload_max_filesize: 2G - PHP/memory_limit: 256M php::extensions: gd: {} mbstring: {} @@ -90,6 +84,10 @@ site::profile::drupal::projects: # - '%%{ich-trickse}{HTTPS} !=on' # rewrite_rule: # - ^(.*)$ https://gf.sgb2.info$1 [R=301,L] + php_admin_value: + post_max_size: 128M + upload_max_filesize: 128M + memory_limit: 512M old.www.gf.sgb2.info: site_path: /srv/www/old.gf.sgb2.info servername: old-www-gf-sgb2-info.pixelpark.net -- 2.39.5