Browse Source

更新 'nginx.conf'

wuzhihong 1 year ago
parent
commit
85b8240ef7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      nginx.conf

+ 1 - 0
nginx.conf

@@ -3,6 +3,7 @@ worker_processes        auto;
 worker_cpu_affinity     auto;
 worker_rlimit_nofile    1048576;
 worker_shutdown_timeout 10s ;
+client_max_body_size 100M;
 
 error_log               /var/log/nginx/error.log warn;
 pid                     /var/run/nginx.pid;