summaryrefslogtreecommitdiff
path: root/Caddyfile
diff options
context:
space:
mode:
authoryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-13 00:23:52 +0900
committeryyamashita <yyamashita@hetzner.yyamashita.com>2026-05-13 00:23:52 +0900
commit05f78805dd4516b44d6724229628d8f6402c8a0e (patch)
tree525f4331dae3be69719356dca5af12cabfe28afd /Caddyfile
parentd291c10512a83c3053e6312b506e492794813726 (diff)
test
Diffstat (limited to 'Caddyfile')
-rw-r--r--Caddyfile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Caddyfile b/Caddyfile
index f1353d3..fa8e706 100644
--- a/Caddyfile
+++ b/Caddyfile
@@ -1,7 +1,6 @@
golive.yyamashita.com {
header Referrer-Policy "no-referrer"
header X-Robots-Tag "noindex, nofollow"
-
reverse_proxy tokyo-app:3000
}
@@ -10,3 +9,8 @@ whoisband.yyamashita.com {
header X-Robots-Tag "noindex, nofollow"
reverse_proxy whois-app:3000
}
+code.yyamashita.com {
+ header Referrer-Policy "no-referrer"
+ header X-Robots-Tag "noindex, nofollow"
+ reverse_proxy 172.19.0.1:8080
+}