From 338bad479a7b75c656e0c99438629322cc9b8721 Mon Sep 17 00:00:00 2001 From: Dylan Hardison Date: Tue, 3 Nov 2015 22:09:25 -0500 Subject: Bug 1219750 - Allow Apache2::SizeLimit to be configured via params --- Bugzilla/Install/Localconfig.pm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Bugzilla/Install') diff --git a/Bugzilla/Install/Localconfig.pm b/Bugzilla/Install/Localconfig.pm index dbc0624d3..0ca40ed1b 100644 --- a/Bugzilla/Install/Localconfig.pm +++ b/Bugzilla/Install/Localconfig.pm @@ -126,6 +126,10 @@ use constant LOCALCONFIG_VARS => ( shadowdbsock => undef, }, }, + { + name => 'apache_size_limit', + default => 250000, + }, ); sub read_localconfig { -- cgit v1.2.3-24-g4f1b