Minor changes

This commit is contained in:
julien
2026-03-22 12:51:14 +01:00
parent 365b0b08b5
commit 7f0c07b90f
12 changed files with 40 additions and 135 deletions

View File

@@ -2,6 +2,8 @@ server {
listen 80;
server_name _;
client_max_body_size 8M;
root /var/www/app/public;
index index.php;