ISPsystem.com Forums

ISPsystem.com Forums (http://forum.ispsystem.com//index.php)
-   Feedback & Feature Requests (http://forum.ispsystem.com//forumdisplay.php?f=9)
-   -   ip_hash for nginx in ISPmanager Cluster (http://forum.ispsystem.com//showthread.php?t=2071)

The Wishmaster 12-19-2012 03:48 AM

ip_hash for nginx in ISPmanager Cluster
 
With the ip_hash parameter for Nginx all user requests from one IP address will be handled by one server.

Add the ip_hash parameter into the server group description of the Nginx configuration file
ip_hash
upstream ak1976e-vdsru {
ip_hash;
server 10.0.0.32:81;
server 10.0.0.51:81;
}


All times are GMT +2. The time now is 03:38 PM.

Powered by vBulletin® Version 3.8.9
Copyright ©2000 - 2024, vBulletin Solutions, Inc.