Skip to content

Commit

Permalink
Nginx client request body is buffered to a temporary file (#2630)
Browse files Browse the repository at this point in the history
* Nginx client request body is buffered to a temporary file

* 64k
  • Loading branch information
zKoz210 authored Dec 28, 2023
1 parent 352318d commit 6005ada
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ http {
server_names_hash_bucket_size 64;
types_hash_max_size 2048;
types_hash_bucket_size 64;
client_body_buffer_size 64k;
client_max_body_size 100m;

proxy_http_version 1.1;
Expand Down

0 comments on commit 6005ada

Please sign in to comment.