From: Thomas Heller Date: Fri, 19 May 2017 14:52:08 +0000 (+0200) Subject: increased php post max size X-Git-Tag: v0.1.0~2962 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=a1af05ffd59660f7ed46c567c82a8f1d867c16c4;p=pixelpark%2Fhiera.git increased php post max size --- 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