Skip to content

nginx-combined-upstreams-module version 2.0

Compare
Choose a tag to compare
@lyokha lyokha released this 21 Aug 10:12
· 42 commits to master since this release
  • General improvements
    • Internal code reorganization.
    • Added tests integrated in Travis CI.
  • Many bug fixes and improvements in the upstrand implementation
    • Subrequests were optimized by using flag NGX_HTTP_SUBREQUEST_CLONE.
    • Upstrand directive intercept_errors was replaced with a new directive intercept_statuses which fixed broken interception mechanism in nested subrequests.
    • Other bug fixes and improvements.