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

View File

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