mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
35 lines
507 B
Caddyfile
35 lines
507 B
Caddyfile
# {
|
|
# debug
|
|
# }
|
|
|
|
http://loki {
|
|
root * /usr/share/caddy
|
|
file_server browse
|
|
|
|
handle_path /config* {
|
|
reverse_proxy http://olivetin:1337
|
|
}
|
|
|
|
handle_path /viz* {
|
|
reverse_proxy http://foxglove:8080
|
|
}
|
|
|
|
# this is not working right now
|
|
handle_path /joy* {
|
|
reverse_proxy http://host.docker.internal:8000
|
|
}
|
|
}
|
|
|
|
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
|
|
}
|
|
}
|