Files
candy/config.example_full.toml
2024-05-13 21:55:28 +08:00

18 lines
315 B
TOML

# mime
default_type = "application/octet-stream"
# add mime types
[types]
wasm = "application/wasm"
[[host]]
ip = "0.0.0.0"
port = 4000
# index file name and format
index = ["index.html"]
# http keep alive timeout
keep_alive = 15
[[host.route]]
# route path: GET /
location = "/"
# static file path
root = "./html"