CausticLab/rgon-proxy

Session persistence

Opened this issue · 0 comments

If you use nginx as an loadbalancer over multiple servers on an application with an state you have to write the app state in an across available store. For smaller applications this can be achieved with nginx ip_hash directive.

So we could add an rgon.session_persistence bool flag to add this directive to the configuration.

More information: http://nginx.org/en/docs/http/ngx_http_upstream_module.html#ip_hash

Poll with 👍 and 👎