From: Philipp Dallig Date: Wed, 13 Jul 2016 12:22:46 +0000 (+0200) Subject: bmas-sgb2 - add PHP-Settings to Pool X-Git-Tag: v0.1.0~4539 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=4467ab0f007a0464d04a3ceb23090d0f6571f38b;p=pixelpark%2Fhiera.git bmas-sgb2 - add PHP-Settings to Pool --- 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