|
@@ -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;
|
|
|
|