🏗️」 wip: Started fixing cgi but no clue what is happening

This commit is contained in:
2025-07-01 11:28:27 +02:00
parent 8e5f80b994
commit 36f4609a25
5 changed files with 31 additions and 20 deletions

7
sample.toml Executable file → Normal file
View File

@ -1,9 +1,8 @@
[server]
port = 5000
host = "0.0.0.0"
port = 2727
[server.location./]
root = "/home/adjoly/workspace/42/webserv/exemples"
root = "./exemples/webpage"
methods = { "GET", "POST" }
cgi = { ".py"}
methods = { "GET", "POST"}
[server.location./asdf]