Allow uploads > 1MB to fluidd
This commit is contained in:
parent
a14b5e2f9d
commit
38aec3b555
|
@ -47,4 +47,7 @@
|
|||
port = 4624;
|
||||
}];
|
||||
};
|
||||
|
||||
# Allow uploads > 1MB to fluidd
|
||||
services.nginx.clientMaxBodySize = "1000m";
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue