Files
webserv/config/example.toml
2021-12-31 19:09:34 +03:00

10 lines
180 B
TOML

[[server]]
name = "jopaserver"
port = 8080
host = "127.0.0.1"
error_page = "error.html"
body_size_limit = 10
[[location]]
location = "/"
root = "/var/www/html/jopa.html"