diff options
Diffstat (limited to 'caddy')
| -rw-r--r-- | caddy/Caddyfile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 6f73d8b..86242b8 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -34,3 +34,9 @@ hetzner-admin.yyamashita.com { header X-Robots-Tag "noindex, nofollow" reverse_proxy hetzner-admin:5000 } + +blog.yyamashita.com { + header Referrer-Policy "no-referrer" + header X-Robots-Tag "noindex, nofollow" + reverse_proxy microblog-app:3000 +} |
