replaced docker/docker with moby/moby (#2879)
* replaced docker/docker with moby/moby * fixed incorrect name changes in release notes * fixed mentions of moby/moby in code
This commit is contained in:
parent
b2635632a2
commit
547233ee69
2 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ http {
|
|||
# disable any limits to avoid HTTP 413 for large image uploads
|
||||
client_max_body_size 0;
|
||||
|
||||
# required to avoid HTTP 411: see Issue #1486 (https://github.com/docker/docker/issues/1486)
|
||||
# required to avoid HTTP 411: see Issue #1486 (https://github.com/moby/moby/issues/1486)
|
||||
chunked_transfer_encoding on;
|
||||
|
||||
location /v2/ {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue