Typography

活版印字


  • Home
  • Archive
  • Categories
  • Tags
  •  

© 2020 alincode

Theme Typography by Makito

Proudly published with Hexo

Request Entity Too Large

Posted at 2016-03-16 nginx 

今天在工作的時候遇到,Nginx 413 Request Entity Too Large 這個 Error,Google 了一下,解決方式是加大 body size,預設是 1M,所以暫時加到 2M,不過一般這個問題是出現在上傳的情況,但我遇到的情況應該不需要,目前還找不到實際背後的原因,所以先用 work around 的解法,等我找到原因了,再更新這篇文。

1
client_max_body_size 2M;

Share 

 Previous post: git flow request pull Next post: Dan Abramov - Live React Hot Reloading 重點整理 

© 2020 alincode

Theme Typography by Makito

Proudly published with Hexo