fix: gave nginx write permissions for the firmware uploads
This commit is contained in:
4
.gitignore
vendored
4
.gitignore
vendored
@@ -25,4 +25,6 @@ dist/
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
.MAIN-APP-REFERENCE/
|
||||
.MAIN-APP-REFERENCE/
|
||||
|
||||
.project-vesper-plan.md
|
||||
@@ -3,6 +3,8 @@ events {
|
||||
}
|
||||
|
||||
http {
|
||||
client_max_body_size 10m;
|
||||
|
||||
upstream backend {
|
||||
server backend:8000;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user