fix(garage): Increase the max body size

This commit is contained in:
Tom Hubrecht 2023-12-08 14:52:51 +01:00
parent 04ce6d37f6
commit f9a194b636

View file

@ -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;
'';
};