Search results

  1. X

    [SOLVED] Apache2/Nginx load balancing interface

    frontend localhost bind *:443 mode tcp default_backend nodes backend nodes balance roundrobin mode tcp server xoserver01 192.168.4.31:8006 check server xoserver02 192.168.4.32:8006 check server xoserver03 192.168.4.33:8006 check server...
  2. X

    [SOLVED] Apache2/Nginx load balancing interface

    think you can post your config? Have random issues with mine
  3. X

    [SOLVED] Apache2/Nginx load balancing interface

    Nice thanks that fixed it... Nginx and Apache "almost" worked, but HAProxy everything seems to work on it using "mode TCP" Appreciate the help
  4. X

    [SOLVED] Apache2/Nginx load balancing interface

    I read some of the other posts on this, stating that this has been resolved. But I am still having some issues with it. Trying to run the Proxmox's Gui through a load balancer. Nginx or Apache (I've tried both) I pulled this config off the forums, and it works, WITHOUT the "BalanceMember"...