Files
candy/config.example.toml
2025-06-17 23:35:50 +08:00

16 lines
225 B
TOML

[[host]]
ip = "0.0.0.0"
port = 80
[[host.route]]
# route path: GET /
location = "/"
# static file path
root = "./html"
[[host]]
ip = "0.0.0.0"
port = 8080
[[host.route]]
location = "/"
proxy_pass = "https://www.google.com/"