summaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile4
1 files changed, 1 insertions, 3 deletions
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
}