From 4bf895ceabacb7481dc560d6e4e80f5250dd9510 Mon Sep 17 00:00:00 2001 From: VC Date: Sun, 2 Mar 2025 10:27:18 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9A=A1:=20increase=20client=20body=20sizee?= =?UTF-8?q?=20for=20gitea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roles/nginx/templates/vhosts/giteu.be.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/nginx/templates/vhosts/giteu.be.conf.j2 b/roles/nginx/templates/vhosts/giteu.be.conf.j2 index a7c5f36..1f3e361 100644 --- a/roles/nginx/templates/vhosts/giteu.be.conf.j2 +++ b/roles/nginx/templates/vhosts/giteu.be.conf.j2 @@ -1,6 +1,6 @@ server { {% include './templates/header.conf.j2' %} - client_max_body_size 10M; + client_max_body_size 50M; location / { proxy_pass http://localhost:3000;