hosts/kazuki/attic: increase max body size

This commit is contained in:
Nikodem Rabuliński 2024-02-07 11:06:20 +01:00
parent 7fbeba20ae
commit 98dd00f5f0

View file

@ -61,14 +61,15 @@ in {
services.nginx = {
enable = true;
recommendedProxySettings = true;
virtualHosts = {
"cache.nrab.lol" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://attic";
};
virtualHosts."cache.nrab.lol" = {
forceSSL = true;
enableACME = true;
locations."/" = {
proxyPass = "http://attic";
};
extraConfig = ''
client_max_body_size 8G;
'';
};
upstreams."attic".servers = {