summaryrefslogtreecommitdiff
path: root/Caddyfile
blob: ebcba692f3b1067367cd62cc97ef1ab4a367c30f (plain)
1
2
3
4
5
6
7
8
9
10
golive.yyamashita.com {
    header Referrer-Policy "no-referrer"
    header X-Robots-Tag "noindex, nofollow"

    reverse_proxy tokyo-app:3000
}

whois.band {
    reverse_proxy whois-app:3000
}