0.2.1 • Published 8 years ago

egg-multiple-static v0.2.1

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

egg-multiple-static

Support multiple static server plugin for egg, base on koa-static-cache.

Install

$ npm i egg-multiple-static --save

Usage

  • plugin.js
exports.multipleStatic = {
  enable: true,
  package: 'egg-multiple-static',
};

Configuration

Support all configurations in koa-static-cache.

License

MIT