VEGAS/object-storage: allow big uploads

This commit is contained in:
Max Headroom 2021-12-01 22:26:45 +01:00
parent 324de47b9c
commit bcdccb4b00

View file

@ -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 = {