extend body capacity for copyparty to 100M
All checks were successful
/ perform flake analysis (push) Successful in 38s
/ build hive configuration (push) Successful in 10m39s

This commit is contained in:
2026-01-20 12:22:38 +01:00
parent 7468ccd09f
commit f894f65024

View File

@@ -112,7 +112,7 @@ in
proxyPass = "http://${sin-address}:8086"; proxyPass = "http://${sin-address}:8086";
extraConfig = '' extraConfig = ''
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
client_max_body_size 64M; client_max_body_size 100M;
''; '';
}; };
}; };