mewo
This commit is contained in:
parent
9eaf15ca39
commit
458168036c
1 changed files with 9 additions and 0 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue