You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
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.
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 👎
The text was updated successfully, but these errors were encountered: