mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-07-16 05:56:31 +02:00
9 lines
141 B
TOML
9 lines
141 B
TOML
[server]
|
|
host = "0.0.0.0"
|
|
port = 2727
|
|
|
|
[server.location./]
|
|
root = "./exemples/webpage"
|
|
methods = { "GET", "POST", "DELETE" }
|
|
cgi = { ".py"}
|