Skip to content

Commit 19ea589

Browse files
committed
Merge branch 'develop'
This requires exporting the redis cert store with the previous module and importing it with new module before rolling out to the fleet.
2 parents 30e73ac + 501f59a commit 19ea589

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
1313
--mount=type=cache,target=/go/pkg \
1414
GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
1515
xcaddy build \
16-
--with github.com/gamalan/caddy-tlsredis \
16+
--with github.com/pberkel/caddy-storage-redis \
1717
--with github.com/caddy-dns/cloudflare \
1818
--with github.com/lucaslorentz/caddy-docker-proxy/v2
1919

caddy/data/web/robots/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ Disallow: /
2121

2222
User-agent: AwarioSmartBot
2323
Disallow: /
24+
25+
User-Agent: WellKnownBot
26+
Disallow: /

0 commit comments

Comments
 (0)