🏗️」 wip: post kinda working

This commit is contained in:
2025-05-29 11:51:40 +02:00
parent e8261b0d97
commit 43ac0792c0
11 changed files with 133 additions and 69 deletions

View File

@ -11,8 +11,8 @@ port = 8080
402 = "uwu.html"
[server.location./]
methods = { "GET" }
root = "/home/adjoly"
methods = { "GET", "POST" }
root = "./exemples/webpage"
dirlist = true
client_max_body_size = "10M"
index = "index.html"