summaryrefslogtreecommitdiffstats
path: root/cgit/cgit.nginx
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/cgit.nginx')
-rw-r--r--cgit/cgit.nginx1
1 files changed, 1 insertions, 0 deletions
diff --git a/cgit/cgit.nginx b/cgit/cgit.nginx
index a1f5308..0f61006 100644
--- a/cgit/cgit.nginx
+++ b/cgit/cgit.nginx
@@ -28,6 +28,7 @@ server {
root /var/www/cgit;
try_files $uri @cgit;
+ client_max_body_size 10m;
location @cgit {
include fastcgi_params;