http_ports = [1337] https_ports = [] ["domain.test"] mode = "static" root = "./domain.test" ["alternate-domain.test"] mode = "static" root = "./domain.test" ["sub.domain.test"] mode = "static" root = "./sub.domain.test" ["dynamic.test"] mode = "proxy-child" command = "python -m http.server 6970" in_dir = "./dynamic.test" port = 6970