From 529b4038b38cecab6601ed5bed2d340834358f45 Mon Sep 17 00:00:00 2001 From: yyamashita Date: Thu, 7 May 2026 23:54:48 +0900 Subject: Noindex entire site via robots.txt and X-Robots-Tag header --- Caddyfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile index ef3ba48..ae41901 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,8 +1,6 @@ golive.yyamashita.com { header Referrer-Policy "no-referrer" - - @well-known path /.well-known/* - header @well-known X-Robots-Tag "noindex, nofollow" + header X-Robots-Tag "noindex, nofollow" reverse_proxy app:3000 } -- cgit v1.2.3