mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-06-25 09:33:36 +02:00
10 lines
177 B
TOML
Executable File
10 lines
177 B
TOML
Executable File
[server]
|
|
port = 5000
|
|
host = "0.0.0.0"
|
|
|
|
[server.location./]
|
|
root = "/home/adjoly/workspace/42/webserv/exemples"
|
|
cgi = { ".py"}
|
|
methods = { "GET", "POST"}
|
|
[server.location./asdf]
|