Merge pull request 'feat: enable larger uploads to gitea' (#160) from neoloc/gitea_client_send into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/160
This commit is contained in:
Ben Vincent 2024-09-08 01:44:04 +10:00
commit addfa02e08

View File

@ -41,7 +41,7 @@ profiles::nginx::simpleproxy::nginx_aliases:
- "git.service.%{facts.country}-%{facts.region}.consul"
profiles::nginx::simpleproxy::proxy_port: 3000
profiles::nginx::simpleproxy::proxy_path: '/'
nginx::client_max_body_size: 250M
nginx::client_max_body_size: 1024M
profiles::gitea::init::root:
APP_NAME: 'Gitea'