From 6c2328e8baf07ff41e85b6ca884c6aef14cedb36 Mon Sep 17 00:00:00 2001 From: Ben Vincent Date: Sat, 1 Jun 2024 13:31:35 +1000 Subject: [PATCH] feat: bump git client_max_body_size - change from 100m to 250m --- hieradata/roles/infra/git/gitea.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hieradata/roles/infra/git/gitea.yaml b/hieradata/roles/infra/git/gitea.yaml index c5950ba..3199ed6 100644 --- a/hieradata/roles/infra/git/gitea.yaml +++ b/hieradata/roles/infra/git/gitea.yaml @@ -36,4 +36,4 @@ 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: 100M +nginx::client_max_body_size: 250M