Home >Operation and Maintenance >Nginx >nginx changes request data size limit

nginx changes request data size limit

王林
王林forward
2020-08-17 16:53:095458browse

nginx changes request data size limit

1. Modify the configuration of the request data size limit

(Recommended tutorial: nginx tutorial)

client_max_body_size 1000m;

As shown in the figure:

nginx changes request data size limit

2. After completing the above steps, execute the following command

$nginx -s reload

The above is the detailed content of nginx changes request data size limit. For more information, please follow other related articles on the PHP Chinese website!

Statement:
This article is reproduced at:csdn.net. If there is any infringement, please contact admin@php.cn delete