diff --git a/config/default.conf b/config/default.conf index dbf9360..e5d7248 100644 --- a/config/default.conf +++ b/config/default.conf @@ -40,7 +40,7 @@ server { error_page 502 ./htdocs/error_pages/502.html; error_page 504 ./htdocs/error_pages/504.html; - # client_max_body_size 1M; + client_max_body_size 10M; location / { autoindex off; @@ -173,7 +173,7 @@ server { location /post_body { root ./htdocs/YoupiBanane/; - client_max_body_size 100m; + client_max_body_size 100; allowed_methods POST; }