2024-03-25 08:59:52 +00:00
|
|
|
# {
|
|
|
|
# debug
|
2024-03-20 11:01:11 +00:00
|
|
|
# }
|
|
|
|
|
2024-02-08 10:48:19 +00:00
|
|
|
http://loki {
|
|
|
|
root * /usr/share/caddy
|
|
|
|
file_server browse
|
|
|
|
|
2024-03-20 11:01:11 +00:00
|
|
|
handle_path /config* {
|
2024-03-25 08:59:52 +00:00
|
|
|
reverse_proxy http://olivetin:1337
|
2024-03-20 11:01:11 +00:00
|
|
|
}
|
2024-02-08 10:48:19 +00:00
|
|
|
|
2024-03-20 11:01:11 +00:00
|
|
|
handle_path /viz* {
|
2024-03-25 08:59:52 +00:00
|
|
|
reverse_proxy http://foxglove:8080
|
2024-03-20 11:01:11 +00:00
|
|
|
}
|
2024-02-08 10:48:19 +00:00
|
|
|
}
|
|
|
|
|
2024-03-25 08:59:52 +00:00
|
|
|
http://loki.local {
|
|
|
|
root * /usr/share/caddy
|
|
|
|
file_server browse
|
|
|
|
|
|
|
|
handle_path /config {
|
|
|
|
reverse_proxy http://olivetin:1337
|
|
|
|
}
|
|
|
|
|
|
|
|
handle_path /viz* {
|
|
|
|
reverse_proxy http://foxglove:8080
|
|
|
|
}
|
|
|
|
}
|