diff options
| -rw-r--r-- | Caddyfile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 +} |
