ros2_rmp/config/caddy/Caddyfile
2024-03-28 09:53:35 +01:00

35 lines
517 B
Caddyfile

# {
# debug
# }
http://cps-seggy {
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://cps-seggy.local {
root * /usr/share/caddy
file_server browse
handle_path /config {
reverse_proxy http://olivetin:1337
}
handle_path /viz* {
reverse_proxy http://foxglove:8080
}
}