VEGAS/object-storage: allow big uploads
This commit is contained in:
parent
324de47b9c
commit
bcdccb4b00
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@ in
|
||||||
"/".proxyPass = "http://${host}:${port}";
|
"/".proxyPass = "http://${host}:${port}";
|
||||||
"= /dashboard".proxyPass = "http://${host}:${port}";
|
"= /dashboard".proxyPass = "http://${host}:${port}";
|
||||||
};
|
};
|
||||||
|
extraConfig = "client_max_body_size 4G;";
|
||||||
};
|
};
|
||||||
"console.object-storage" = vhosts.basic // {
|
"console.object-storage" = vhosts.basic // {
|
||||||
locations = {
|
locations = {
|
||||||
|
|
Loading…
Reference in a new issue