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 7e05478..f53ffca 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -22,3 +22,9 @@ code.yyamashita.com { header X-Robots-Tag "noindex, nofollow" reverse_proxy 172.19.0.1:8080 } + +git.yyamashita.com { + header Referrer-Policy "no-referrer" + header X-Robots-Tag "noindex, nofollow" + reverse_proxy cgit:80 +} |
