diff options
| author | Daniel Micay <danielmicay@gmail.com> | 2020-12-03 11:11:11 -0500 |
|---|---|---|
| committer | Daniel Micay <danielmicay@gmail.com> | 2020-12-03 11:11:11 -0500 |
| commit | 4c2050872755b45ce5f988a35306a909aacf8cf7 (patch) | |
| tree | e9336d3d108f9665d0dcf72c301cb919f79cc7e2 | |
| parent | 999d8d3cc0fd276f4a27f48b4659e2f2c1821cb5 (diff) | |
set client_body_buffer_size appropriately
| -rw-r--r-- | nginx/nginx.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nginx/nginx.conf b/nginx/nginx.conf index af258d05..feaf0c15 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -21,6 +21,7 @@ http { server_tokens off; client_max_body_size 4k; + client_body_buffer_size 4k; client_body_timeout 30s; client_header_timeout 30s; send_timeout 30s; |
