dev-sec / nginx-baseline

DevSec Nginx Baseline - InSpec Profile
https://dev-sec.io/baselines/nginx/
Apache License 2.0
104 stars 45 forks source link

client_max_body_size 1k disallows file uploads #13

Closed nvtkaszpir closed 6 years ago

nvtkaszpir commented 8 years ago

Just wanted to note that setting client_max_body_size to 1k effectively disallows any file uploads from clients to server, when nginx is in proxy pass mode.

atomic111 commented 7 years ago

@nvtkaszpir yes we know. we can make it configurable. we define a attribute for this. would this a solution for you?

nvtkaszpir commented 7 years ago

yes, that would be great :)

chris-rock commented 6 years ago

This was fixed in #19 Thank you for reporting @nvtkaszpir

nvtkaszpir commented 6 years ago

that was fast ;)

chris-rock commented 6 years ago

Any PR to move faster is welcome ;-)