mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-07-16 06:26:32 +02:00
「🏗️」 wip: Started fixing cgi but no clue what is happening
This commit is contained in:
7
sample.toml
Executable file → Normal file
7
sample.toml
Executable file → Normal 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]
|
||||
|
Reference in New Issue
Block a user