1. Modify the configuration of the request data size limit
(Recommended tutorial: nginx tutorial)
client_max_body_size 1000m;
As shown in the figure:
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!