mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 22:28:47 +02:00
10 lines
144 B
TOML
10 lines
144 B
TOML
[server]
|
|
host = "0.0.0.0"
|
|
port = 80
|
|
|
|
[server.location./]
|
|
methods = { "GET" }
|
|
root = "/var/www/html"
|
|
dirlist = true
|
|
client_max_body_size = "10M"
|