mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
「🏗️」 wip: post kinda working
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user