summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx/nginx.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf
index feaf0c15..6e657145 100644
--- a/nginx/nginx.conf
+++ b/nginx/nginx.conf
@@ -20,8 +20,8 @@ http {
types_hash_max_size 2048;
server_tokens off;
- client_max_body_size 4k;
- client_body_buffer_size 4k;
+ client_max_body_size 1k;
+ client_body_buffer_size 1k;
client_body_timeout 30s;
client_header_timeout 30s;
send_timeout 30s;