cluster/services/attic: increase max upload size to 4GB
This commit is contained in:
parent
2aeb766afb
commit
d751a0f16f
1 changed files with 5 additions and 1 deletions
|
@ -52,5 +52,9 @@ in
|
|||
ReadWritePaths = [ dataDir ];
|
||||
};
|
||||
|
||||
services.nginx.virtualHosts."cache-api.${tools.meta.domain}" = tools.nginx.vhosts.proxy config.links.atticServer.url;
|
||||
services.nginx.virtualHosts."cache-api.${tools.meta.domain}" = tools.nginx.vhosts.proxy config.links.atticServer.url // {
|
||||
extraConfig = ''
|
||||
client_max_body_size 4G;
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue