garage: increase nginx client_body_size to 64m
To make bigger garage uploads work well, avoiding error HTTP 413 Entity Too Large
This commit is contained in:
parent
2e16c77956
commit
77b642f646
|
@ -69,6 +69,7 @@
|
|||
locations."/" = {
|
||||
proxyPass = "http://s3_backend";
|
||||
extraConfig = ''
|
||||
client_max_body_size 64m;
|
||||
proxy_max_temp_file_size 0;
|
||||
'';
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue