summaryrefslogtreecommitdiffstats
path: root/conf.d/git.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf.d/git.conf')
-rw-r--r--conf.d/git.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf.d/git.conf b/conf.d/git.conf
index 24fbde0..68f1366 100644
--- a/conf.d/git.conf
+++ b/conf.d/git.conf
@@ -8,6 +8,7 @@ server {
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
- }
+ client_max_body_size 256m;
+ }
}