reg/vendor/github.com/docker/distribution/contrib/docker-integration/nginx/registry-noauth.conf
Jess Frazelle 843aebf2c1
update deps
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2018-07-14 11:48:41 -04:00

6 lines
121 B
Plaintext

client_max_body_size 0;
chunked_transfer_encoding on;
location /v2/ {
include docker-registry-v2.conf;
}