fix: increase artifact upload size for git
All checks were successful
Build / precommit (pull_request) Successful in 3m57s
All checks were successful
Build / precommit (pull_request) Successful in 3m57s
- rpmbuilder artifacts can be very large - increase 1Gb limit to 5GB
This commit is contained in:
parent
40d8e924ee
commit
88416acc52
@ -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