2024-01-13 06:46:26 +00:00
|
|
|
id = "index"
|
|
|
|
|
|
|
|
[[locations]]
|
|
|
|
id = "root"
|
|
|
|
hosts = ["localhost"]
|
|
|
|
paths = ["/"]
|
|
|
|
[[locations.destinations]]
|
2024-01-14 05:14:41 +00:00
|
|
|
id = "static"
|
2024-01-14 06:52:19 +00:00
|
|
|
uri = "files://regions?index=index.html"
|
2024-01-15 15:22:53 +00:00
|
|
|
|
|
|
|
[[applications]]
|
|
|
|
id = "script"
|
|
|
|
exe = "./script.sh"
|
2024-02-13 10:27:01 +00:00
|
|
|
workdir = "regions"
|