14 lines
229 B
TOML
14 lines
229 B
TOML
id = "index"
|
|
|
|
[[locations]]
|
|
id = "root"
|
|
hosts = ["localhost"]
|
|
paths = ["/"]
|
|
[[locations.destinations]]
|
|
id = "static"
|
|
uri = "files://regions?index=index.html"
|
|
|
|
[[applications]]
|
|
id = "script"
|
|
exe = "./script.sh"
|
|
workdir = "regions" |