What causes svn error 413 Request Entity Too Large?

后端 未结 7 825
迷失自我
迷失自我 2020-11-30 03:41

On occasion I receive an error \"413 Request Entity Too Large\" while updating an svn repository. Once I receive this error, it continues every time I attempt to update the

相关标签:
7条回答
  • 2020-11-30 04:24

    I had this issue recently with any file over 10MB. It turns out I forgot I'm proxying the svn/apache server with nginx. Changing client_max_body_size in nginx.conf fixed the issue. I left LimitXMLRequestBody and LimitRequestBody on the Apache server at their defaults.

    0 讨论(0)
提交回复
热议问题