summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Install
diff options
context:
space:
mode:
authorDylan Hardison <dylan@mozilla.com>2015-11-04 04:09:25 +0100
committerDylan Hardison <dylan@mozilla.com>2015-11-04 04:09:25 +0100
commit338bad479a7b75c656e0c99438629322cc9b8721 (patch)
tree28a9748d05bef520a834ade190b61ae2aed2a8e6 /Bugzilla/Install
parentb5271cab904a4802b04caa5cf3f08d8d80272183 (diff)
downloadbugzilla-338bad479a7b75c656e0c99438629322cc9b8721.tar.gz
bugzilla-338bad479a7b75c656e0c99438629322cc9b8721.tar.xz
Bug 1219750 - Allow Apache2::SizeLimit to be configured via params
Diffstat (limited to 'Bugzilla/Install')
-rw-r--r--Bugzilla/Install/Localconfig.pm4
1 files changed, 4 insertions, 0 deletions
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 {