ecstatic
Version:
A simple static file server middleware that works with both Express and Flatiron
18 lines (17 loc) • 360 B
JSON
{
"autoIndex": true,
"showDir": true,
"showDotfiles": true,
"humanReadable": true,
"si": false,
"cache": "max-age=3600",
"cors": false,
"gzip": true,
"defaultExt": ".html",
"handleError": true,
"serverHeader": true,
"contentType": "application/octet-stream",
"weakEtags": true,
"weakCompare": true,
"handleOptionsMethod": false
}