Skip to content

1.4.7 / 2020-06-23

Choose a tag to compare

@chentsulin chentsulin released this 23 Jun 04:04
· 225 commits to master since this release
  • [fix] add a workaround to support express behind trust proxies (for example: nginx) with:
server.enable('trust proxy');

// or
server.set('trust proxy', true);