nginx - client_max_body_size has no effect

前端 未结 13 1847
无人共我
无人共我 2020-11-28 01:13

nginx keeps saying client intended to send too large body. Googling and RTM pointed me to client_max_body_size. I set it to 200m in th

13条回答
  •  借酒劲吻你
    2020-11-28 01:27

    If you are using windows version nginx, you can try to kill all nginx process and restart it to see. I encountered same issue In my environment, but resolved it with this solution.

提交回复
热议问题