mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 12:58:00 +03:00
13 lines
214 B
TOML
13 lines
214 B
TOML
[[server]]
|
|
a = "b"
|
|
name = "jopa"
|
|
port = 6969
|
|
ip = "127.0.0.1"
|
|
methods = ["GET", "POST", "HEAD"]
|
|
body_size_limit = 10
|
|
[[server]]
|
|
name = "jopaserv 2"
|
|
port = 1337
|
|
ip = "127.0.0.1"
|
|
methods = ["GET", "POST" ]
|