413 Request Entity Too Large - File Upload Issue

后端 未结 10 1311
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-12-04 10:28

I am trying to upload 30MB file on my server and its not working.

  1. When I upload 30MB file, the page loads \"Page Not Found\"

  2. <
10条回答
  •  借酒劲吻你
    2020-12-04 11:17

    Please enter domain nginx file :

    nano /etc/nginx/sites-available/domain.set
    

    Add to file this code

    client_max_body_size 24000M;
    

    If you get error use this command

    nginx -t
    

提交回复
热议问题