mirror of
https://github.com/KeyZox71/webserv.git
synced 2025-05-10 19:38:45 +02:00
10 lines
148 B
Plaintext
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"
|