mirror of
https://github.com/bjoernellens1/cps_loki.git
synced 2024-11-23 07:35:09 +00:00
44 lines
647 B
Caddyfile
44 lines
647 B
Caddyfile
# 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
|
|
# }
|
|
|
|
http://loki {
|
|
root * /usr/share/caddy
|
|
file_server browse
|
|
|
|
handle_path /config* {
|
|
#rewrite * /
|
|
reverse_proxy olivetin:1337
|
|
}
|
|
|
|
handle_path /viz* {
|
|
#rewrite * /
|
|
reverse_proxy foxglove:8080
|
|
}
|
|
}
|
|
|
|
# http://loki/config {
|
|
# handle_path /config* {
|
|
# rewrite * /
|
|
# reverse_proxy olivetin:1337
|
|
# }
|
|
# }
|