mirror of
https://github.com/3lswear/webserv.git
synced 2025-10-28 04:48:00 +03:00
9 lines
153 B
TOML
9 lines
153 B
TOML
[[server]]
|
|
host = "127.0.0.1"
|
|
port = 8080
|
|
[[server.location]]
|
|
location = "/"
|
|
root = "www/def"
|
|
methods = ["GET"]
|
|
directory_file = "index.html"
|