updat econfig

This commit is contained in:
Quinten 2025-11-11 17:33:31 +01:00
parent 6263fe3dd5
commit 264d539ada

View File

@ -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;
}