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 was 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.