From 321e0420bf47ab3d401aa05f4e3d1de0c4f4e932 Mon Sep 17 00:00:00 2001 From: Daniel Huhn Date: Mon, 28 Mar 2016 18:02:58 +0200 Subject: [PATCH] added heading to get more focus into the headers that need to be set Signed-off-by: Daniel Huhn --- docs/deploying.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/deploying.md b/docs/deploying.md index 77e8f05c0..1e7f5dd64 100644 --- a/docs/deploying.md +++ b/docs/deploying.md @@ -117,6 +117,7 @@ instances. Configuring different redis instances will work (at the time of writing), but will not be optimal if the instances are not shared, causing more requests to be directed to the backend. +#### Important/Required HTTP-Headers Getting the headers correct is very important. For all responses to any request under the "/v2/" url space, the `Docker-Distribution-API-Version` header should be set to the value "registry/2.0", even for a 4xx response.