1. Edit “/usr/local/nginx/conf/nginx.conf “. Find “client_max_body_size” and change the value to the one you want.

2 Edit “/usr/local/php/etc/php.ini”. Find “post_max_size” and “upload_max_filesize” and change the values;

max_execution_time = 300000     ; Maximum execution time of each script, in seconds
max_input_time = 300000 ; Maximum amount of time each script may spend parsing request data

相关文章:

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