bd-chapril/sws/config.toml
2024-12-22 17:00:01 +01:00

17 lines
No EOL
236 B
TOML

[general]
#### Address & Root dir
host = "127.0.0.1"
port = 3000
root = "./"
#### List of index files
index-files = "index.html"
[advanced]
#### Redirects
[[advanced.rewrites]]
source = "/"
destination = "/index.html"
redirect = 301