Merge pull request 'feat: bump git client_max_body_size' (#4) from neoloc/nginx_clientsize into develop

Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/4
This commit is contained in:
Ben Vincent 2024-06-01 13:32:02 +10:00
commit 6a9580b199

View File

@ -36,4 +36,4 @@ profiles::nginx::simpleproxy::nginx_aliases:
- "git.service.%{facts.country}-%{facts.region}.consul" - "git.service.%{facts.country}-%{facts.region}.consul"
profiles::nginx::simpleproxy::proxy_port: 3000 profiles::nginx::simpleproxy::proxy_port: 3000
profiles::nginx::simpleproxy::proxy_path: '/' profiles::nginx::simpleproxy::proxy_path: '/'
nginx::client_max_body_size: 100M nginx::client_max_body_size: 250M