1
0
mirror of https://github.com/kubernetes-sigs/descheduler.git synced 2026-01-28 06:29:29 +01:00
Files
descheduler/vendor/github.com/docker/distribution/contrib/docker-integration/nginx/registry-noauth.conf
2017-07-30 18:48:49 -04:00

6 lines
121 B
Plaintext

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