client intended to send too large body
生活随笔
收集整理的這篇文章主要介紹了
client intended to send too large body
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
為什么80%的碼農都做不了架構師?>>> ??
Not knowing the version of your nginx build and what modules it was built with makes this tough, but try the following:
Copy your client_max_body_size 300M; line into the location / { } part of your vhost config. I'm not sure if it's overriding the default (which is 1 MB) properly.
Are you using?nginx_upload_module? If so make sure you have the upload_max_file_size 300MB; line in your config as well.
轉載于:https://my.oschina.net/jeeker/blog/617979
總結
以上是生活随笔為你收集整理的client intended to send too large body的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: Hyper-V复制功能
- 下一篇: nginx的常规配置