Files
webserv/sample.toml

10 lines
144 B
TOML

[server]
host = "0.0.0.0"
port = 80
[server.location./]
methods = { "GET" }
root = "/var/www/html"
dirlist = true
client_max_body_size = "10M"