From 713389864935d478c2a41eb138e16888078aa148 Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Fri, 2 Feb 2018 13:59:30 +0100 Subject: [PATCH] changed max file size UWM prod --- customer/bmas-typo3/production.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/customer/bmas-typo3/production.yaml b/customer/bmas-typo3/production.yaml index fb618798..25b06385 100644 --- a/customer/bmas-typo3/production.yaml +++ b/customer/bmas-typo3/production.yaml @@ -311,7 +311,8 @@ infra::profile::typo3::projects: user: apache mode: '2775' php_admin_value: - upload_max_filesize: 200M + post_max_size: 200M + upload_max_filesize: 200M inqacheck: version: '6.2.31' site_path: '/srv/www/inqa-check' -- 2.39.5