소스 검색

fix:请求体积增加

ly 9 달 전
부모
커밋
8c3d26e29b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -11,7 +11,7 @@ http {
     default_type  application/octet-stream;
     sendfile        on;
     keepalive_timeout  65;
-    client_max_body_size 20m;
+    client_max_body_size 50m;
     proxy_cache_path /home/nginx/html/cache levels=1:2 keys_zone=mycache:500m inactive=1d max_size=10g;
     proxy_temp_path /home/nginx/html/cache/proxy_temp;