[http] port = 8080 ip = "::1" threads = 10 logfile = "log.txt" [http.resources] root = "." index = "/test.html" aliases = ["/:/test.html", "/test:/test.html"] routes = ["/route:/index.html"] notfound_page = "/test.html"