animeic-cd 1 年之前
父节点
当前提交
20b7f6f0cb
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      nginx/conf.d/default.conf

+ 1 - 0
nginx/conf.d/default.conf

@@ -2,6 +2,7 @@ server {
     listen       80;
     listen  [::]:80;
     server_name  localhost;
+    client_max_body_size 2048m;
 
    #  error_page   500 502 503 504  /50x.html;
    #  location = /50x.html {