The size limit of the "Nginx" upload file

Source: Internet
Author: User

Read Catalogue

  • > Solutions

Import a copy of Excel file today, the browser reported "413" HTTP exception code.

The first reaction checks the file size filter set by the application, and the second checks the file size limit of the JS upload.

Later, on the first thought, may be nginx filtered, immediately see Error.log, visible "client intended to send too large body".

> Solutions

Under the HTTP module of the configuration file, set the file size limit to 20M. (Default is 1M)

Client_max_body_size 20M;

The documentation for this configuration is as follows:

Client_max_body_size doc

The size limit of the "Nginx" upload file

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.