소스 검색

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;
     server_name  localhost;
 
-    client_max_body_size        100m;
+    client_max_body_size        2000m;
     client_body_buffer_size     128k;
     proxy_connect_timeout       5;
     proxy_send_timeout          1800;