egg-proxies

1.1.2 • Public • Published

egg-proxies

proxy plugin for egg.js base on koa-proxies koa-proxies

Installation

$ npm install egg-proxies --save

Usage

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

Configuration

Single:

// {app_root}/config/config.default.js
exports.proxies = {
  context: '/user',
  target: 'http://127.0.0.1',
  changeOrigin: true,
};

Example

Questions & Suggestions

Please open an issue here.

License

MIT

Package Sidebar

Install

npm i egg-proxies

Weekly Downloads

0

Version

1.1.2

License

MIT

Unpacked Size

35.9 kB

Total Files

16

Last publish

Collaborators

  • samuel89