mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-17 01:51:52 +03:00
nginx: better dealing with chunked request body
This commit is contained in:
@@ -18,7 +18,9 @@ http {
|
||||
client_max_body_size 30M;
|
||||
listen [% listen %];
|
||||
server_name localhost;
|
||||
|
||||
client_body_in_single_buffer on;
|
||||
client_body_in_file_only on;
|
||||
proxy_buffering off;
|
||||
|
||||
|
||||
location /no-proxy/test.txt {
|
||||
|
||||
Reference in New Issue
Block a user