Configure host-based routing
mainYou can run multiple applications on a single Kamal Proxy instance by assigning each service to a specific host using the --host flag. Only one service can route a specific host at a time.
# Route traffic for app1.example.com to service1
kamal-proxy deploy service1 --target web-1:3000 --host app1.example.com