From 43e9480087eeb03f185d0835daf35dc2d460502e Mon Sep 17 00:00:00 2001 From: Thomas Heller Date: Mon, 4 Jun 2018 16:22:31 +0200 Subject: [PATCH] changed php memory limit --- customer/bmas-sozialrat/common.yaml | 2 ++ customer/buschjaeger/production.yaml | 11 ----------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/customer/bmas-sozialrat/common.yaml b/customer/bmas-sozialrat/common.yaml index d53ec3ff..77427ade 100644 --- a/customer/bmas-sozialrat/common.yaml +++ b/customer/bmas-sozialrat/common.yaml @@ -40,6 +40,8 @@ php::extensions: zip: {} imagick: {} +php::settings: + PHP/memory_limit: 256M infra::profile::apache_php::fpm_pool: sozialbeirat: diff --git a/customer/buschjaeger/production.yaml b/customer/buschjaeger/production.yaml index 95cefb94..1a97e682 100644 --- a/customer/buschjaeger/production.yaml +++ b/customer/buschjaeger/production.yaml @@ -403,17 +403,6 @@ infra::profile::typo3::projects: - MultiViews allow_override: - All -# - location1: -# provider: location -# path: '/' -# auth_type: Digest -# auth_name: server -# auth_digest_provider: file -# auth_digest_algorithm: MD5 -# auth_user_file: '/etc/httpd/htdigest' -# auth_require: 'valid-user' -# require: -# - local php_admin_value: post_max_size: 500M max_input_vars: 1500 -- 2.39.5