Files
webserv/exemples/default.toml
2025-04-10 14:19:30 +02:00

10 lines
148 B
TOML

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