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