fix(garage): Increase the max body size
This commit is contained in:
parent
04ce6d37f6
commit
f9a194b636
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ in {
|
|||
proxy_set_header Host $host;
|
||||
# Disable buffering to a temporary file.
|
||||
proxy_max_temp_file_size 0;
|
||||
client_max_body_size 200M;
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue