From 1a743563b082b38947c3b80e66db2ce4d545bcb5 Mon Sep 17 00:00:00 2001 From: Philipp Dallig Date: Mon, 3 Jul 2017 16:26:28 +0200 Subject: [PATCH] bmas-typo3 - correct php-values --- customer/bmas-typo3/test.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/customer/bmas-typo3/test.yaml b/customer/bmas-typo3/test.yaml index e983a0be..508cec02 100644 --- a/customer/bmas-typo3/test.yaml +++ b/customer/bmas-typo3/test.yaml @@ -89,6 +89,9 @@ infra::profile::typo3::projects: - local user: apache mode: '2775' + php_admin_value: + always_populate_raw_post_data: '-1' + max_input_vars: 1500 unternehmenswertmensch: version: '7.6.19' site_path: '/srv/www/unternehmens-wert-mensch' @@ -113,6 +116,9 @@ infra::profile::typo3::projects: auth_require: 'valid-user' user: apache mode: '2775' + php_admin_value: + always_populate_raw_post_data: '-1' + max_input_vars: 1500 inqacheck: version: '6.2.31' site_path: '/srv/www/inqa-check' -- 2.39.5