From da9fcad7a9a1d55c722ed133e214ed94a6d2d515 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 17 Sep 2018 14:57:40 +0200 Subject: [PATCH] =?utf8?q?SERVICEDESK-2467-Upload=20Limit=20erh=C3=B6hen?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- customer/bmas-sozialrat/common.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/bmas-sozialrat/common.yaml b/customer/bmas-sozialrat/common.yaml index bc29d2cb..abb7118a 100644 --- a/customer/bmas-sozialrat/common.yaml +++ b/customer/bmas-sozialrat/common.yaml @@ -42,6 +42,8 @@ php::extensions: php::settings: PHP/memory_limit: 256M + PHP/upload_max_filesize: 100M + PHP/post_max_size: 100M infra::profile::apache_php::fpm_pool: sozialbeirat: -- 2.39.5