22 lines
397 B
TOML
22 lines
397 B
TOML
id = "index"
|
|
|
|
[[locations]]
|
|
id = "root"
|
|
hosts = ["localhost"]
|
|
paths = ["/"]
|
|
[[locations.destinations]]
|
|
id = "websocket"
|
|
uri = "http://localhost:8765"
|
|
# [[locations.destinations]]
|
|
# id = "hypertext"
|
|
# uri = "https://example.com"
|
|
# [[locations.destinations]]
|
|
# id = "static"
|
|
# uri = "files://regions?index=index.html"
|
|
|
|
|
|
# [[applications]]
|
|
# id = "script"
|
|
# exe = "./script.sh"
|
|
# workdir = "regions"
|