nginx: client intended to send too large body

    nginx 上傳文件失敗,查看日誌文件顯示:[error] 10756#0: *939 client intended to send too large body: 1949984 bytes。 php

  1. 修改/etc/php.ini 中的upload_max_filesize=20M;post_max_size = 20M
  2. nginx 配置修改:
  • 打開/etc/nginx/nginx.conf
  • 在http{}裏添加參數client_max_body_size 64M;
  • keepalive_timeout  的值根據狀況修改。調整超時時間。
相關文章
相關標籤/搜索