summaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
authoryyamashita <yyamashita@mosquit.one>2026-05-07 23:40:38 +0900
committeryyamashita <yyamashita@mosquit.one>2026-05-07 23:40:38 +0900
commitf95969bdff1aafcf9bc4005faf7f84db992ae462 (patch)
treef9b5cf80992093ce5fc4c61a809868914eecb03c /Caddyfile
parent2a0735ed52911d972958c6d5c4528c2073d54b06 (diff)
Add .well-known/security.txt with noindex header
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile4
1 files changed, 4 insertions, 0 deletions
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
}