]> Frank Brehm's Git Trees - pixelpark/hiera.git/commitdiff
increased php post max size
authorThomas Heller <thomas.heller@pixelpark.com>
Fri, 19 May 2017 14:58:21 +0000 (16:58 +0200)
committerThomas Heller <thomas.heller@pixelpark.com>
Fri, 19 May 2017 14:58:21 +0000 (16:58 +0200)
customer/bmas-g20/dev-www-g20-bmas.pixelpark.net.yaml
customer/bmas-g20/www-g20-bmas.pixelpark.net.yaml

index 03101ebdb4d71a0e77b04583901133ad4b3f16aa..9ccfd275cae35822bf48bdef0924d8fe864011f9 100644 (file)
@@ -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
index 032beeaf9169bb3be8d004e3c6734c9903ad1f1b..e76245e217f539b43b68e1566e21b2b8a4263c9b 100644 (file)
@@ -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