From a6878760ea8835c0120a102bc66f6176d567a05c Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 23 Nov 2022 10:13:00 -0800 Subject: [PATCH] distgit: increase cgi body to 10G from 1G default to allow larger uploads Fixes ticket 11001 Signed-off-by: Kevin Fenzi --- roles/distgit/templates/lookaside-upload.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/roles/distgit/templates/lookaside-upload.conf b/roles/distgit/templates/lookaside-upload.conf index f991cff64c..b6814c2856 100644 --- a/roles/distgit/templates/lookaside-upload.conf +++ b/roles/distgit/templates/lookaside-upload.conf @@ -75,6 +75,11 @@ Alias /robots.txt /var/www/robots-src.txt ErrorLog logs/ssl_error_log + # default in https 2.4.53 and eariler was unlimited + # In later versions it became 1gb. Thats too small for some package uploads + # So, bump it here to 10GB + LimitRequestBody 10737418240 + Options +ExecCGI