Files
webserv/exemples/default.toml
2025-04-23 17:34:22 +02:00

10 lines
146 B
TOML

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