catks / gitserver-http

git-http-backend with repository initialization
MIT License
0 stars 1 forks source link

Error HTTP 413 curl 22 during large file push #3

Open jamaisx opened 2 years ago

jamaisx commented 2 years ago

It seems related to the upload limit for nginx, how can i add in nginx.conf the "client_max_body_size 50m;" line?

catks commented 2 years ago

This fork uses the node-git-http-serverinstead of Nginx, see: https://github.com/catks/gitserver-http/pull/1

If you are facing a problem with a large file, it will probably require a fix for node-git-http-server