diff options
| author | yyamashita <yyamashita@mosquit.one> | 2026-05-07 23:40:38 +0900 |
|---|---|---|
| committer | yyamashita <yyamashita@mosquit.one> | 2026-05-07 23:40:38 +0900 |
| commit | f95969bdff1aafcf9bc4005faf7f84db992ae462 (patch) | |
| tree | f9b5cf80992093ce5fc4c61a809868914eecb03c /Caddyfile | |
| parent | 2a0735ed52911d972958c6d5c4528c2073d54b06 (diff) | |
Add .well-known/security.txt with noindex header
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,4 +1,8 @@ golive.yyamashita.com { header Referrer-Policy "no-referrer" + + @well-known path /.well-known/* + header @well-known X-Robots-Tag "noindex, nofollow" + reverse_proxy app:3000 } |
