Explorar o código

fix:请求体积增加

ly hai 9 meses
pai
achega
8c3d26e29b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;