all: forbid scraping on all services

This commit is contained in:
Jef Roosens 2025-04-14 14:21:17 +02:00
parent 4b5ed5c8a5
commit 0c75bd0c26
Signed by: Jef Roosens
GPG key ID: 21FD3D77D56BAF49
13 changed files with 39 additions and 13 deletions

View file

@ -1,3 +1,5 @@
atuin.roosens.me {
reverse_proxy {{ hostvars[groups['atuin-server'][0]].static_ip }}:8009
reverse_proxy {{ hostvars[groups['atuin-server'][0]].static_ip }}:8009 {
header_down +X-Robots-Tag "none"
}
}