Home >Web Front-end >JS Tutorial >Maximum call stack size exeeded

Maximum call stack size exeeded

黄舟
黄舟Original
2017-02-15 14:59:301660browse

1. Error description





#2. Error reason

Since the default value of Nginx reverse proxy server client_max_body_size is 1MB, and the uploaded file is larger than 1MB, this error occurs


3. Solution

Open the Nginx reverse proxy server nginx.conf configuration file and modify the client_max_body_size value

client_max_body_size 30M

The above is the content of Maximum call stack size exeeded. For more related content, please pay attention to the PHP Chinese website (www .php.cn)!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn