mirror of
https://github.com/DefectingCat/candy
synced 2025-07-15 00:31:33 +00:00
16 lines
225 B
TOML
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/"
|