From 32e6def5c4ae538926c556d7b78265feef4305b1 Mon Sep 17 00:00:00 2001 From: sambufe Date: Thu, 8 Jun 2017 09:59:05 +0200 Subject: [PATCH] FBBUBPP-11 Nachtrag --- customer/fbb-www/dev-www-fbb.pixelpark.net.yaml | 2 +- customer/fbb-www/production.yaml | 2 +- customer/fbb-www/test.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml index 23564d4c..1f267f4a 100644 --- a/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml +++ b/customer/fbb-www/dev-www-fbb.pixelpark.net.yaml @@ -36,7 +36,6 @@ php::extensions: php::settings: PHP/serialize_precision: 100 PHP/memory_limit: 256M - PHP/display_errors: On #remove on live! PHP/post_max_size: 20M PHP/register_globals: Off PHP/upload_max_filesize: 4M @@ -45,6 +44,7 @@ php::settings: #FBBUBPP-11 PHP/max_execution_time: 30 PHP/max_input_time: 60 + PHP/output_buffering: 65536 infra::profile::apache::htdigest: server: diff --git a/customer/fbb-www/production.yaml b/customer/fbb-www/production.yaml index b604ea44..db55148c 100644 --- a/customer/fbb-www/production.yaml +++ b/customer/fbb-www/production.yaml @@ -23,7 +23,6 @@ php::extensions: php::settings: PHP/serialize_precision: 100 PHP/memory_limit: 256M - PHP/display_errors: On #remove on live! PHP/post_max_size: 20M PHP/register_globals: Off PHP/upload_max_filesize: 4M @@ -32,6 +31,7 @@ php::settings: #FBBUBPP-11 PHP/max_execution_time: 30 PHP/max_input_time: 60 + PHP/output_buffering: 65536 infra::profile::apache::htdigest: server: diff --git a/customer/fbb-www/test.yaml b/customer/fbb-www/test.yaml index 9926e48c..106e2475 100644 --- a/customer/fbb-www/test.yaml +++ b/customer/fbb-www/test.yaml @@ -29,7 +29,6 @@ php::extensions: php::settings: PHP/serialize_precision: 100 PHP/memory_limit: 256M - PHP/display_errors: On #remove on live! PHP/post_max_size: 20M PHP/register_globals: Off PHP/upload_max_filesize: 4M @@ -38,6 +37,7 @@ php::settings: #FBBUBPP-11 PHP/max_execution_time: 30 PHP/max_input_time: 60 + PHP/output_buffering: 65536 infra::profile::apache::htdigest: server: -- 2.39.5