fix: schauer
This commit is contained in:
parent
fffdc559ab
commit
53ec53388e
1 changed files with 2 additions and 2 deletions
|
|
@ -36,7 +36,7 @@ in
|
|||
locations."/" = {
|
||||
proxyPass = "http://localhost:2283";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = """
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
|
||||
# Timeouts for large/slow uploads
|
||||
|
|
@ -44,7 +44,7 @@ in
|
|||
proxy_send_timeout 3600s;
|
||||
proxy_read_timeout 3600s;
|
||||
send_timeout 3600s;
|
||||
""";
|
||||
'';
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue