From: Thomas Heller <thomas.heller@pixelpark.com>
Date: Fri, 19 May 2017 14:58:21 +0000 (+0200)
Subject: increased php post max size
X-Git-Tag: v0.1.0~2961
X-Git-Url: https://git.uhu-banane.org/?a=commitdiff_plain;h=2a097e33614a1ab32815cf18a06c7de4f6a87f82;p=pixelpark%2Fhiera.git

increased php post max size
---

diff --git a/customer/bmas-g20/dev-www-g20-bmas.pixelpark.net.yaml b/customer/bmas-g20/dev-www-g20-bmas.pixelpark.net.yaml
index 03101ebd..9ccfd275 100644
--- a/customer/bmas-g20/dev-www-g20-bmas.pixelpark.net.yaml
+++ b/customer/bmas-g20/dev-www-g20-bmas.pixelpark.net.yaml
@@ -54,4 +54,7 @@ infra::profile::apache::pp_vhosts:
         auth_digest_provider: file
         auth_digest_algorithm: MD5
         auth_user_file: '/etc/httpd/htdigest'
-        auth_require: 'valid-user'
\ No newline at end of file
+        auth_require: 'valid-user'
+    php_admin_value:
+      upload_max_filesize: 20M
+      post_max_size: 20M
diff --git a/customer/bmas-g20/www-g20-bmas.pixelpark.net.yaml b/customer/bmas-g20/www-g20-bmas.pixelpark.net.yaml
index 032beeaf..e76245e2 100644
--- a/customer/bmas-g20/www-g20-bmas.pixelpark.net.yaml
+++ b/customer/bmas-g20/www-g20-bmas.pixelpark.net.yaml
@@ -48,3 +48,6 @@ infra::profile::apache::pp_vhosts:
         allow_override:
           - All
         directoryindex: index.php index.html
+    php_admin_value:
+      upload_max_filesize: 20M
+      post_max_size: 20M