Weighs the soul of incoming HTTP requests to stop AI crawlers
at main 9 lines 222 B view raw
1# FROM caddy:2.10.0-builder AS builder 2 3# RUN xcaddy build \ 4# --with github.com/lolPants/caddy-requestid 5 6FROM caddy:2.10.0 AS run 7 8# COPY --from=builder /usr/bin/caddy /usr/bin/caddy 9COPY Caddyfile /etc/caddy/Caddyfile