cps_loki/config/caddy/Caddyfile

44 lines
647 B
Caddyfile
Raw Normal View History

2024-03-20 11:01:11 +00:00
# http://loki {
# root * /usr/share/caddy
# file_server browse
# }
# http://loki/config {
# reverse_proxy /config/* foxglove:8080
# }
# http://browse.loki {
# root * /usr/share/caddy
# file_server browse
# }
# http://config.loki {
# reverse_proxy localhost:1337
# }
# http://control.loki {
# reverse_proxy foxglove:8080
# }
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* {
#rewrite * /
reverse_proxy olivetin:1337
}
2024-02-08 10:48:19 +00:00
2024-03-20 11:01:11 +00:00
handle_path /viz* {
#rewrite * /
reverse_proxy foxglove:8080
}
2024-02-08 10:48:19 +00:00
}
2024-03-20 11:01:11 +00:00
# http://loki/config {
# handle_path /config* {
# rewrite * /
# reverse_proxy olivetin:1337
# }
# }