diff options
| author | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-13 00:23:52 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@hetzner.yyamashita.com> | 2026-05-13 00:23:52 +0900 |
| commit | 05f78805dd4516b44d6724229628d8f6402c8a0e (patch) | |
| tree | 525f4331dae3be69719356dca5af12cabfe28afd /Caddyfile | |
| parent | d291c10512a83c3053e6312b506e492794813726 (diff) | |
test
Diffstat (limited to 'Caddyfile')
| -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 +} |
