From 2a097e33614a1ab32815cf18a06c7de4f6a87f82 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 19 May 2017 16:58:21 +0200 Subject: [PATCH] increased php post max size --- customer/bmas-g20/dev-www-g20-bmas.pixelpark.net.yaml | 5 ++++- customer/bmas-g20/www-g20-bmas.pixelpark.net.yaml | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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 -- 2.39.5