distgit: increase cgi body to 10G from 1G default to allow larger uploads

Fixes ticket 11001

Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
Kevin Fenzi 2022-11-23 10:13:00 -08:00
parent b8d01fe722
commit a6878760ea

View file

@ -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
<Location /repo/pkgs/upload.cgi>
Options +ExecCGI