taoshihan

nginx配置http块中增加

client_max_body_size 200m;

php-fpm的php.ini配置文件中增加:

upload_max_filesize = 200M

 

如果不知道fpm下的php.ini在哪,可以直接grep upload_max_filesize -R /etc/php 查找位置

 

分类:

技术点:

相关文章:

  • 2022-01-03
  • 2021-06-04
  • 2021-07-28
  • 2022-02-19
  • 2022-12-23
  • 2021-09-27
  • 2022-02-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-11-20
  • 2021-08-09
  • 2022-12-23
  • 2021-10-16
相关资源
相似解决方案