From 4467ab0f007a0464d04a3ceb23090d0f6571f38b Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Wed, 13 Jul 2016 14:22:46 +0200 Subject: [PATCH] bmas-sgb2 - add PHP-Settings to Pool --- customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml b/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml index 9ea9bfaa..6f728c36 100644 --- a/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml +++ b/customer/bmas-sgb2/web01-sgb2-info.pixelpark.net.yaml @@ -30,9 +30,6 @@ apache::mpm_module: worker php::settings: Date/date.timezone: Europe/Berlin PHP/expose_php: 'Off' - PHP/post_max_size: 128M - PHP/upload_max_filesize: 128M - PHP/memory_limit: 256M php::extensions: gd: {} mbstring: {} @@ -59,4 +56,8 @@ site::profile::drupal::projects: rewrite_cond: - '%%{ich-trickse}{HTTPS} !=on' rewrite_rule: - - ^(.*)$ https://extranet.sgb2.info$1 [R=301,L] \ No newline at end of file + - ^(.*)$ https://extranet.sgb2.info$1 [R=301,L] + php_admin_value: + post_max_size: 128M + upload_max_filesize: 128M + memory_limit: 256M \ No newline at end of file -- 2.39.5