Prod upload fix

This commit is contained in:
julien
2026-03-22 11:51:02 +01:00
parent 4e8fa3660f
commit 365b0b08b5
4 changed files with 7 additions and 19 deletions

View File

@@ -2,9 +2,6 @@ server {
listen 80;
server_name _;
# Aligne la limite Nginx avec PHP pour éviter les 413 HTML sur les uploads.
client_max_body_size 8M;
root /var/www/app/public;
index index.php;