0.0.4 • Published 6 years ago

egg-proxy2 v0.0.4

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

egg-proxy

Install

$ npm i egg-proxy --save

Usage

// {app_root}/config/plugin.js
exports.proxy = {
  enable: true,
  package: 'egg-proxy',
};

Configuration

// {app_root}/config/config.default.js
exports.proxy = [{
  host: 'http://localhost:3000', // target host that matched path will be proxy to
  match: /\/assets/ // path pattern.
  rewrite : {
  	'/api' : ''   //replace URL
  }
}];

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please Email to 594341275@QQ.com or QQ to me derect

License

MIT