diff --git a/Config/ReverseProxy/config/conf.d/git.example.com b/Config/ReverseProxy/config/conf.d/git.example.com index 5559cc5..6e07e1f 100644 --- a/Config/ReverseProxy/config/conf.d/git.example.com +++ b/Config/ReverseProxy/config/conf.d/git.example.com @@ -48,6 +48,10 @@ server { root /etc/nginx/letsencrypt/; } + # Allow decent sized uploads. + client_max_body_size 0; + client_body_buffer_size 100M; + # Send traffic to upstream server location / { ## General format is PROTOCOL://SERVER:PORT.