From f95969bdff1aafcf9bc4005faf7f84db992ae462 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 7 May 2026 23:40:38 +0900 Subject: Add .well-known/security.txt with noindex header --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile index 3c68ab4..ef3ba48 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,4 +1,8 @@ golive.yyamashita.com { header Referrer-Policy "no-referrer" + + @well-known path /.well-known/* + header @well-known X-Robots-Tag "noindex, nofollow" + reverse_proxy app:3000 } -- cgit v1.2.3