Files
webserv/sample.toml
2025-06-23 21:26:29 +02:00

10 lines
181 B
TOML
Executable File

[server]
port = 5000
host = "0.0.0.0"
[server.location./]
root = "/home/adjoly/workspace/42/webserv/exemples/webpage"
cgi = { ".py"}
methods = { "GET", "POST"}
[server.location./]