fix: schauer

This commit is contained in:
s-prechtl 2026-03-24 15:35:23 +01:00
parent fffdc559ab
commit 53ec53388e

View file

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