We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9d5087 commit eb32c80Copy full SHA for eb32c80
README.md
@@ -215,6 +215,18 @@ Create a **Modify Response Header** rule.
215
**Then...**: Set static > `Docker-Distribution-API-Version` > `registry/2.0`
216
```
217
218
+##### Content-Type Fix
219
+
220
+Create a **Modify Response Header** rule.
221
222
+```
223
+**If incoming requests match...**: Custom filter expression
224
225
+**Expression**: `(starts_with(http.request.uri.path, "/v2/") and (http.request.uri.path contains "/manifests/" or http.request.uri.path contains "/blobs/"))`
226
227
+**Then...**: Remove> `Content-Type`
228
229
230
#### S3 (target only)
231
232
```yaml
0 commit comments