From 8107aba26f8ccff189edc4c639404839fb5e7259 Mon Sep 17 00:00:00 2001 From: digitalstudium Date: Sun, 14 May 2023 13:49:36 +0000 Subject: [PATCH] Update 'git.conf' --- git.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git.conf b/git.conf index ebe3642..ea6dcb0 100644 --- a/git.conf +++ b/git.conf @@ -1,7 +1,7 @@ server { server_name GITEA_HOSTNAME; listen 80; - + client_max_body_size 0; location / { proxy_pass http://127.0.0.1:5000/; proxy_buffering off;