blob: 405c58c9420d78a09799c39f22a9b0aa52ac27aa (
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
}
whoisband.yyamashita.com {
reverse_proxy whois-app:3000
}
|