From 626f6a414ad402f5c7d3e10921c22e991d330c2e Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 2 Feb 2018 12:30:16 +0100 Subject: [PATCH] changed max upload size UWM prod --- customer/bmas-typo3/production.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index d887faed..fb618798 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -310,6 +310,8 @@ infra::profile::typo3::projects: path: '/typo3/sysext' user: apache mode: '2775' + php_admin_value: + upload_max_filesize: 200M inqacheck: version: '6.2.31' site_path: '/srv/www/inqa-check' -- 2.39.5