Commit Graph
5 Commits
Author SHA1 Message Date
Ricardo Pardini 895627a073 Merge branch 'debug' 2018-11-04 16:55:05 +01:00
Ricardo Pardini 80bb415d84 use 0.1.0 for invocation example 2018-11-04 16:51:58 +01:00
Ricardo Pardini 7724f3ba15 completely reworked caching, now cache by exception (/blobs/ only essentially)
- now only /v2/.../blobs/... URIs are actually cached (together with their redirect catchers)
- /manifests/, /token, and /v2/ are not cached anymore, which should solve a lot of problems
- better messages for /v1 attempts
- fix usage of $connect_host:443 (which is hostname:port and causes errors to be logged) to $connect_addr (which returns an IP:port) in the proxy layer
2018-11-04 16:43:53 +01:00
Ricardo Pardini 8ff06e3dec add mitmproxy/nginx-debug inspection capabilities
- avoid some caching for non-blob urls
2018-11-04 11:23:52 +01:00
Ricardo PardiniandGitHub 228777050c Initial commit 2018-06-27 10:08:18 +02:00