Initial commit.
This commit is contained in:
commit
acc92a6d9a
13 changed files with 1332 additions and 0 deletions
14
config.json
Normal file
14
config.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"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"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue