Updating configuration with required header

Signed-off-by: Mary Anthony <mary@docker.com>
pull/446/head
Mary Anthony 2015-04-27 14:46:33 -07:00
parent 4dde6b9d64
commit 8ae13b4725
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ server {
if ($http_user_agent ~ "^(docker\/1\.(3|4|5(?!\.[0-9]-dev))|Go ).*$" ) {
return 404;
}
# The docker client expects this header from the /v2/ endpoint.
more_set_headers 'Docker-Distribution-Api-Version: registry/2.0';
include docker-registry-v2.conf;
}