animeic-cd 1 년 전
부모
커밋
4869677d4a
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_body_buffer_size 2048m;
 
    #  error_page   500 502 503 504  /50x.html;
    #  location = /50x.html {