Fix erroneous 200 responses on missing files Revert "Replace metrics with advanced metrics for path-based counters" This reverts commit 701027da4a05de41ecc4dae78ac8fc2f3a4425bf.
1 file changed, 1 insertion(+), 2 deletions(-)
changed files
M Dockerfile → Dockerfile
@@ -4,8 +4,7 @@ FROM docker.io/caddy:${VERSION}-builder-${VARIANT} AS builder RUN xcaddy build \ - --with github.com/gamalan/caddy-tlsredis \ - --with github.com/sebastianbrunnert/caddy-advanced-metrics + --with github.com/gamalan/caddy-tlsredis FROM docker.io/caddy:${VERSION}-${VARIANT}