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:
parent
b8d01fe722
commit
a6878760ea
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue