Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

0.2.0

Compare
Choose a tag to compare
@IljaN IljaN released this 25 Mar 14:09
· 185 commits to master since this release

Changes in 0.2.0

Summary

  • Change - Route requests based on regex or query parameters: #21
  • Enhancement - Proxy client urls in default configuration: #19
  • Enhancement - Make TLS-Cert configurable: #14

Details

  • Change - Route requests based on regex or query parameters: #21

    Some requests needed to be distinguished based on a pattern or a query parameter. We've
    implemented the functionality to route requests based on different conditions.

    #21

  • Enhancement - Proxy client urls in default configuration: #19

    Proxy /status.php and index.php/*

    #19

  • Enhancement - Make TLS-Cert configurable: #14

    Before a generates certificates on every start was used for dev purposes.

    #14