在nginx使用过程中,上传文件的过程中,通常需要设置nginx报文大小限制。避免出现413 Request Entity Too Large。

于是奇葩的问题被我们遇到了,详细配置请参考下面。我们的问题是,无论client_max_body_size设置在哪里,nginx -s reload后,依然一直报413.多次尝试reload,始终无效。最终决定kill 进程, 结束所有NGINX进程,restart,终于好了。



https://blog.csdn.net/li396864285/article/details/53522828

相关文章:

  • 2021-04-10
  • 2022-02-23
  • 2021-09-01
  • 2021-06-10
  • 2021-04-19
  • 2022-12-23
  • 2022-12-23
  • 2022-02-10
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-16
  • 2022-12-23
  • 2021-04-17
  • 2021-07-16
  • 2022-12-23
相关资源
相似解决方案