Set up nginx loadbalancing on your VPS. Use the nginx upstream module to set up a round robin load balancer. Nginx uses a round-robin algorithm by default if no other method is defined. The least connections method directs the server with the least active connections at that time.
1 Comment
Sort: