{
    "allow_cgi": true,
    "allow_dirlisting": true,
    "cgi_dir": "cgi-bin",
    "chunk_size": 8192,
    "index_files": [
        "index.html",
        "index.htm"
    ],
    "log_dir": "logs",
    "static_dir": "static",
    "template_dir": "templates",
    "upload_dir": "uploads"
}