http true port=1337 domain "domain.test" "alternate-domain.test" { static { root "./domain.test" } } domain "sub.domain.test" { static { root "./sub.domain.test" } } domain "dynamic.test" { proxy-child { command "python -m http.server 6970" in-dir "./dynamic.test" port 6970 } }