cluster/services/storage: increase garage upload size limit

This commit is contained in:
Max Headroom 2023-11-11 20:01:02 +01:00
parent 4f9e72af6c
commit 9227c66448

View file

@ -16,6 +16,7 @@ in
"= /health".proxyPass = config.links.garageMetrics.url; "= /health".proxyPass = config.links.garageMetrics.url;
}; };
extraConfig = "client_max_body_size 4G;";
}; };
}; };
security.acme.certs.${link.hostname} = { security.acme.certs.${link.hostname} = {