Files
candy/config.example.toml
xfy b80bb741bc feat(proxy): follow client redirects
follow 301 and 302 redirects
2024-12-03 09:27:40 +08:00

10 lines
122 B
TOML

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