From 264d539ada820fb0a2dceda5225462fb093527da Mon Sep 17 00:00:00 2001 From: Quinten Date: Tue, 11 Nov 2025 17:33:31 +0100 Subject: [PATCH] updat econfig --- config/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; }