📜  nginx 最大文件上传大小 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:43.881000             🧑  作者: Mango

代码示例3
#just need to set these params in php-from file: /etc/php/7.2/fpm/php.ini
upload_max_filesize = 100M
post_max_size = 100M

#may need to increase this param in /etc/nginx/nginx.conf if its exists as is limited
client_max_body_size 100m;