bert: Disallow robots on home.chandlerswift.com/sheets

I don't want those indexed!
This commit is contained in:
Chandler Swift 2025-07-04 16:11:21 -05:00
parent 1941d89b9e
commit a1cd3c02c5
Signed by: chandlerswift
GPG key ID: A851D929D52FB93F

View file

@ -7,6 +7,13 @@
reverse_proxy /grafana/* localhost:3000
# hide .git # ???
respond /robots.txt 200 {
body <<EOF
User-agent: *
Disallow: /sheets/
EOF
}
file_server /sheets/* {
browse ${./caddy-browse-template.html}