How to Install and Uninstall nginx-module-sticky-ng Package on openSUSE Leap

Last updated: November 10,2024

1. Install "nginx-module-sticky-ng" package

This is a short guide on how to install nginx-module-sticky-ng on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install nginx-module-sticky-ng

2. Uninstall "nginx-module-sticky-ng" package

Please follow the guidance below to uninstall nginx-module-sticky-ng on openSUSE Leap:

$ sudo zypper remove nginx-module-sticky-ng

3. Information about the nginx-module-sticky-ng package on openSUSE Leap

Information for package nginx-module-sticky-ng:
-----------------------------------------------
Repository : Main Repository
Name : nginx-module-sticky-ng
Version : 0.0.0+git08092016.08a395c-bp155.2.12
Arch : x86_64
Vendor : openSUSE
Installed Size : 23.7 KiB
Installed : No
Status : not installed
Source package : nginx-module-sticky-ng-0.0.0+git08092016.08a395c-bp155.2.12.src
Upstream URL : https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng
Summary : Nginx module to add a sticky cookie to be forwarded to the same upstream server
Description :
A nginx module to add a sticky cookie to be always forwarded to the same
upstream server.
When dealing with several backend servers, it's sometimes useful that one
client (browser) is always served by the same backend server (for session
persistance for example). A cookie is used to track the upstream server, since
balancing just by IP address, behind which multiple clients may live, can be
unfair to the load balancing.
The Sticky module can't apply when cookies are not supported by the browser.
When the sticky module can't apply, it switchs back to the classic Round Robin
Upstream or returns a "Bad Gateway" (depending on the no_fallback flag).