mirror of https://github.com/docker/docs.git
Merge pull request #11031 from thaJeztah/archive_redirects
Add additional redirects for archives
This commit is contained in:
commit
cfe71e5f64
|
@ -344,6 +344,45 @@
|
|||
"ReplaceKeyPrefixWith": null,
|
||||
"ReplaceKeyWith": "docker-enterprise/v3.0/dockeree-products/index.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Condition": {
|
||||
"HttpErrorCodeReturnedEquals": null,
|
||||
"KeyPrefixEquals": "v17.06/"
|
||||
},
|
||||
"Redirect": {
|
||||
"HostName": "docs-stage.docker.com",
|
||||
"HttpRedirectCode": null,
|
||||
"Protocol": "https",
|
||||
"ReplaceKeyPrefixWith": "",
|
||||
"ReplaceKeyWith": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Condition": {
|
||||
"HttpErrorCodeReturnedEquals": null,
|
||||
"KeyPrefixEquals": "v18.03/"
|
||||
},
|
||||
"Redirect": {
|
||||
"HostName": "docs-stage.docker.com",
|
||||
"HttpRedirectCode": null,
|
||||
"Protocol": "https",
|
||||
"ReplaceKeyPrefixWith": "",
|
||||
"ReplaceKeyWith": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Condition": {
|
||||
"HttpErrorCodeReturnedEquals": null,
|
||||
"KeyPrefixEquals": "v18.09/"
|
||||
},
|
||||
"Redirect": {
|
||||
"HostName": "docs-stage.docker.com",
|
||||
"HttpRedirectCode": null,
|
||||
"Protocol": "https",
|
||||
"ReplaceKeyPrefixWith": "",
|
||||
"ReplaceKeyWith": null
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -344,6 +344,45 @@
|
|||
"ReplaceKeyPrefixWith": null,
|
||||
"ReplaceKeyWith": "docker-enterprise/v3.0/dockeree-products/index.html"
|
||||
}
|
||||
},
|
||||
{
|
||||
"Condition": {
|
||||
"HttpErrorCodeReturnedEquals": null,
|
||||
"KeyPrefixEquals": "v17.06/"
|
||||
},
|
||||
"Redirect": {
|
||||
"HostName": "docs.docker.com",
|
||||
"HttpRedirectCode": null,
|
||||
"Protocol": "https",
|
||||
"ReplaceKeyPrefixWith": "",
|
||||
"ReplaceKeyWith": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Condition": {
|
||||
"HttpErrorCodeReturnedEquals": null,
|
||||
"KeyPrefixEquals": "v18.03/"
|
||||
},
|
||||
"Redirect": {
|
||||
"HostName": "docs.docker.com",
|
||||
"HttpRedirectCode": null,
|
||||
"Protocol": "https",
|
||||
"ReplaceKeyPrefixWith": "",
|
||||
"ReplaceKeyWith": null
|
||||
}
|
||||
},
|
||||
{
|
||||
"Condition": {
|
||||
"HttpErrorCodeReturnedEquals": null,
|
||||
"KeyPrefixEquals": "v18.09/"
|
||||
},
|
||||
"Redirect": {
|
||||
"HostName": "docs.docker.com",
|
||||
"HttpRedirectCode": null,
|
||||
"Protocol": "https",
|
||||
"ReplaceKeyPrefixWith": "",
|
||||
"ReplaceKeyWith": null
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue