feat: bigger files bigger birds
This commit is contained in:
parent
cf8182afd6
commit
fffdc559ab
1 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||||
|
""";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue