From 6053d4df9140a11cc3ab64a59c26a5ff64aa4c46 Mon Sep 17 00:00:00 2001 From: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> Date: Sun, 5 Jul 2026 18:08:14 -0300 Subject: [PATCH] fix: update default.conf Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com> --- .docker/nginx/conf.d/default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.docker/nginx/conf.d/default.conf b/.docker/nginx/conf.d/default.conf index 21129ce..63f6e56 100644 --- a/.docker/nginx/conf.d/default.conf +++ b/.docker/nginx/conf.d/default.conf @@ -4,6 +4,7 @@ server { index index.php index.html index.htm; root /var/www/html; server_tokens off; + client_max_body_size 10m; # some security headers ( optional ) add_header X-Frame-Options "SAMEORIGIN" always; add_header X-XSS-Protection "1; mode=block" always;