Files
candy/config.example.toml
xfy 8ecd35afaf add keep-alive timeout
add more default settings

add basic config example
2024-04-28 09:29:49 +08:00

9 lines
121 B
TOML

[[host]]
ip = "0.0.0.0"
port = 4000
[[host.route]]
# route path: GET /
location = "/"
# static file path
root = "./html"