RoadSign/test/roadsign-spa/config/example.toml

10 lines
199 B
TOML
Raw Normal View History

2024-10-18 15:21:51 +00:00
id = "static-files"
[[locations]]
2024-10-18 15:21:51 +00:00
id = "static-files-loc"
hosts = ["localhost:8000"]
paths = ["/"]
[[locations.destinations]]
2024-10-18 15:21:51 +00:00
id = "static-files-des"
uri = "files://../data/spa?fallback=index.html"