Files
webserv/config/example.toml
2022-03-07 14:21:47 +03:00

9 lines
153 B
TOML

[[server]]
host = "127.0.0.1"
port = 8080
[[server.location]]
location = "/"
root = "www/def"
methods = ["GET"]
directory_file = "index.html"