fix: gave nginx write permissions for the firmware uploads

This commit is contained in:
2026-02-27 05:17:37 +02:00
parent 57259c2c2f
commit 5c682041e0
2 changed files with 5 additions and 1 deletions

2
.gitignore vendored
View File

@@ -26,3 +26,5 @@ dist/
Thumbs.db Thumbs.db
.MAIN-APP-REFERENCE/ .MAIN-APP-REFERENCE/
.project-vesper-plan.md

View File

@@ -3,6 +3,8 @@ events {
} }
http { http {
client_max_body_size 10m;
upstream backend { upstream backend {
server backend:8000; server backend:8000;
} }