UNPKG

nhs

Version:

nhs(Nod.js HTTP Server) is a node.js http server.

11 lines (10 loc) 204 B
exports.Expires = { fileMatch: /^(gif|png|jpg|js|css)$/ig, maxAge: 60 * 60 * 24 * 365 }; exports.Compress = { match: /css|js|html/ig }; exports.Welcome = { file: "index.html" };