Incrase permitted upload size

This commit is contained in:
Stefan Hardegger
2025-08-20 08:11:36 +02:00
parent 8eb126a304
commit 5e347f2e2e
2 changed files with 3 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ http {
server {
listen 80;
client_max_body_size 10M;
client_max_body_size 256M;
# Frontend routes
location / {