🔨」 fix: change a few thing in main and help to prevent leak

This commit is contained in:
2025-05-06 19:20:44 +02:00
parent 5ea07dd436
commit ec1299ccfa
3 changed files with 21 additions and 7 deletions

9
sample.toml Normal file
View File

@ -0,0 +1,9 @@
[server]
host = "0.0.0.0"
port = 80
[server.location./]
methods = { "GET" }
root = "/var/www/html"
dirlist = true
client_max_body_size = "10M"