Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 405 Bytes

README.md

File metadata and controls

29 lines (23 loc) · 405 Bytes

Load Balance

💻 Usage


you can start a server :

$ yarn
$ yarn start

Currently, the config/default.yml configuration file is required, and edit the value on upstream-proxy

upstream-proxy:
  - host: 127.0.0.1
    port: 3001
  - host: 127.0.0.1
    port: 3002
  - host: 127.0.0.1
    port: 3003
  - host: 127.0.0.1
    port: 3004
  - host: 127.0.0.1
    port: 3005