diff --git a/config/nginx.conf b/config/nginx.conf index 33fc78b..ff15077 100644 --- a/config/nginx.conf +++ b/config/nginx.conf @@ -27,6 +27,6 @@ server { } error_page 500 502 503 504 /500.html; - client_max_body_size 10M; + client_max_body_size 1500M; keepalive_timeout 10; } -- libgit2 0.21.2