We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The following configuration is similar to what is used on xyon.k.vu.
$HTTP["host"] =~ "(^|\.)xyon.k.vu$" { $HTTP["url"] =~ "^/api" { proxy.server = ( "" => ( "host" => ( "host" => "127.0.0.1", "port" => 3000 ) ) ) } }