Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.16 KB

README.md

File metadata and controls

30 lines (21 loc) · 1.16 KB

Hipache-Nginx (experimental)

This projects is an experimental port of Hipache to nginx using the Lua module.

The project only consists of configuration files for now but it will evolve into a ready-to-use scalable proxy solution.

  1. Nginx requires the LUA module: installation instructions
  2. You have to install the lua-redis client.

Health-checks

For now Hipache-hchecker is not working because Radix has removed pubsub support.

Because of this I have changed the way Hipache-Nginx dealed with dead backends, instead of announcing it they are marked as dead until a better solution is implemented.

Keep in mind that until better solution is found dead backends will not be marked as alive again.

TODO

  • emulate proxy_next_upstream behaviour in lua using location.capture
  • statistics panel
  • test websockets support
  • better health-check handling