fix: increase artifact upload size for git (#431)
- rpmbuilder artifacts can be very large - increase 1Gb limit to 5GB Reviewed-on: #431
This commit is contained in:
parent
a2c56c9e46
commit
f8caa71f34
@ -71,7 +71,7 @@ profiles::nginx::simpleproxy::nginx_aliases:
|
||||
|
||||
profiles::nginx::simpleproxy::proxy_port: 3000
|
||||
profiles::nginx::simpleproxy::proxy_path: '/'
|
||||
nginx::client_max_body_size: 1024M
|
||||
nginx::client_max_body_size: 5144M
|
||||
|
||||
# enable external access via haproxy
|
||||
profiles::gitea::haproxy::enable: true
|
||||
|
||||
Loading…
Reference in New Issue
Block a user