mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-07-15 14:36:32 +02:00
10 lines
174 B
TOML
10 lines
174 B
TOML
[server]
|
|
host = "0.0.0.0"
|
|
port = 2727
|
|
|
|
[server.location./]
|
|
root = "./exemples/webpage"
|
|
upload_path = "/home/yosyo/test"
|
|
methods = { "GET", "POST", "DELETE" }
|
|
cgi = { ".py"}
|