This commit is contained in:
WJQSERVER 2024-09-27 14:02:21 +08:00
parent efeb940676
commit 0899397d2e
7 changed files with 263 additions and 212 deletions

View file

@ -94,23 +94,6 @@
file_server
import cache 60s 24h
}
handle_errors {
@redirects `{err.status_code} in [301, 302, 307]`
reverse_proxy @redirects {
header_up Location {http.response.header.Location}
}
}
route /v2* {
reverse_proxy https://registry-1.docker.io {
header_up Host registry-1.docker.io
header_up X-Real-IP {remote}
header_up X-Forwarded-For {http.request.header.X-Forwarded-For}
header_up X-Forwarded-Proto {scheme}
header_up Authorization {http.request.header.Authorization}
}
}
}
import /data/caddy/config.d/*