coa-website 1.0.0

COA - HTTP Server in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
root_folder = "public"
log_file = "logs.log"
index_file = "index.html"
not_found_file = "404.html"

[mime_types]
html = "text/html; charset=utf-8"
css = "text/css"
png = "image.png"
jpg = "image/jpeg"
jpeg = "image/jpeg"