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