5 lines
212 B
Plaintext
5 lines
212 B
Plaintext
|
# disable any limits to avoid HTTP 413 for large image uploads
|
||
|
client_max_body_size 10g;
|
||
|
|
||
|
# required to avoid HTTP 411: see Issue #1486 (https://github.com/docker/docker/issues/1486)
|
||
|
chunked_transfer_encoding on;
|