zephyrus/config.json
2024-11-16 13:55:09 -03:00

14 lines
No EOL
467 B
JSON

{
"serverRoot" : "./www",
"logErrors" : true,
"useHTTPS" : true,
"httpsKey" : "./private.key",
"httpsCert" : "./certificate.crt",
"directoryListing" : true,
"defaultPage" : "/index.html",
"useDefaultPage" : true,
"listingTitle" : "Zephyrus Listing",
"listingFooter" : "Powered by <a href=\"https://git.disroot.org/adrianvictor/zephyrus\">Zephyrus</a>",
"listingCSS" : true,
"defaltToMime" : "application/octet-stream"
}