summaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
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
}