9 lines
182 B
Text
9 lines
182 B
Text
|
client_max_body_size 0;
|
||
|
chunked_transfer_encoding on;
|
||
|
location /v2/ {
|
||
|
include docker-registry-v2.conf;
|
||
|
}
|
||
|
location / {
|
||
|
include docker-registry.conf;
|
||
|
}
|