bert: Disallow robots on home.chandlerswift.com/sheets
I don't want those indexed!
This commit is contained in:
parent
1941d89b9e
commit
a1cd3c02c5
1 changed files with 7 additions and 0 deletions
|
|
@ -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}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue