Fix the docker registry headers for _ping.

This commit is contained in:
Jake Moshenko 2014-10-03 16:41:16 -04:00
parent d0b93146de
commit dd6f31cba4

View file

@ -33,5 +33,7 @@ location /static/ {
location /v1/_ping {
add_header Content-Type text/plain;
add_header X-Docker-Registry-Version 0.6.0;
add_header X-Docker-Registry-Standalone 0;
return 200 'okay';
}