This commit is contained in:
Lucy Hochkamp 2025-02-27 15:09:22 +01:00
parent 9eaf15ca39
commit 458168036c
No known key found for this signature in database

View file

@ -153,6 +153,12 @@ in
handle @botForbidden {
redir https://hil-speed.hetzner.com/10GB.bin
}
handle /robots.txt {
respond <<TXT
User-Agent: *
Disallow: /
TXT 200
}
}
(podmanRedir) {
reverse_proxy {args[:]} {
@ -206,6 +212,9 @@ in
handle @grafana {
import podmanRedirWithAuth http://grafana:3000
}
handle {
import podmanRedirWithAuth http://127.0.0.1:8001
}
handle {
abort
}