From a1af05ffd59660f7ed46c567c82a8f1d867c16c4 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 19 May 2017 16:52:08 +0200 Subject: [PATCH] increased php post max size --- customer/bmas-g20/common.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/customer/bmas-g20/common.yaml b/customer/bmas-g20/common.yaml index 45dadf95..f016224f 100644 --- a/customer/bmas-g20/common.yaml +++ b/customer/bmas-g20/common.yaml @@ -33,4 +33,8 @@ repo::remi_php70: true php::extensions: xml: {} mcrypt: {} - mysqlnd: {} \ No newline at end of file + mysqlnd: {} + +php_admin_value: + upload_max_filesize: 20M + post_max_size: 20M -- 2.39.5