feat: bigger files bigger birds

This commit is contained in:
s-prechtl 2026-03-24 15:34:31 +01:00
parent cf8182afd6
commit fffdc559ab

View file

@ -36,7 +36,15 @@ in
locations."/" = { locations."/" = {
proxyPass = "http://localhost:2283"; proxyPass = "http://localhost:2283";
proxyWebsockets = true; proxyWebsockets = true;
extraConfig = "client_max_body_size 0;"; extraConfig = """
client_max_body_size 0;
# Timeouts for large/slow uploads
proxy_connect_timeout 3600s;
proxy_send_timeout 3600s;
proxy_read_timeout 3600s;
send_timeout 3600s;
""";
}; };
}; };
} }