Files
webserv/sample.conf

10 lines
148 B
Plaintext

[server]
host = "localhost"
port = 8080
[server.location./]
methods = { "GET" }
root = "/var/www/html"
dirlist = true
client_max_body_size = "10M"