mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user