9 lines
194 B
TOML
9 lines
194 B
TOML
id = "example"
|
|
|
|
[[locations]]
|
|
id = "example-location"
|
|
host = ["localhost:8000"]
|
|
path = ["/"]
|
|
[[locations.destinations]]
|
|
id = "example-destination"
|
|
uri = "files://../data/spa?fallback=index.html" |