浏览代码

feat: save

gemercheung 5 月之前
父节点
当前提交
e155db7dad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      nginx/nginx.conf

+ 1 - 1
nginx/nginx.conf

@@ -3,7 +3,7 @@ server {
     listen       80;
     listen       80;
     server_name  localhost;
     server_name  localhost;
 
 
-    client_max_body_size        100m;
+    client_max_body_size        2000m;
     client_body_buffer_size     128k;
     client_body_buffer_size     128k;
     proxy_connect_timeout       5;
     proxy_connect_timeout       5;
     proxy_send_timeout          1800;
     proxy_send_timeout          1800;