File: registry-basic.conf

package info (click to toggle)
docker-registry 2.8.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 3,148 kB
  • sloc: sh: 331; makefile: 82
file content (8 lines) | stat: -rw-r--r-- 262 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
client_max_body_size 0;
chunked_transfer_encoding on;
location /v2/ {
  auth_basic "registry.localhost";
  auth_basic_user_file test.passwd;
  add_header 'Docker-Distribution-Api-Version' 'registry/2.0' always;
  include               docker-registry-v2.conf;
}