all repos — website @ 12ca100843a334c56f5b13d876ceab4ac561fa47

My website

Fix erroneous 200 responses on missing files Revert "Replace metrics with advanced metrics for path-based counters" This reverts commit 3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d.

Alan Pearce
commit

12ca100843a334c56f5b13d876ceab4ac561fa47

parent

fddfaa07b85d470d0ea00ceeb2892187ba038e75

1 file changed, 1 insertion(+), 2 deletions(-)

changed files
M DockerfileDockerfile
@@ -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}