diff --git a/nginx.conf b/nginx.conf index 6f24eab..26a11b4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -6,7 +6,6 @@ events { } http { server_tokens off; - client_max_body_size 1m; sendfile on; tcp_nopush on; types_hash_max_size 2048;