Files
webserv/sample.toml
2025-07-15 19:29:39 +02:00

11 lines
192 B
TOML

[server]
host = "0.0.0.0"
port = 2727
[server.location./]
root = "./exemples/webpage"
upload_path = "/home/mmoussou/test"
dirlist = true
methods = { "GET", "POST", "DELETE" }
cgi = { ".py"}