Pound Load Balancing with JSS

User        "www-data"
Group       "www-data"
#RootJail   "/chroot/pound"

## Logging: (goes to syslog by default)
##  0   no logging
##  1   normal
##  2   extended
##  3   Apache-style (common log format)
LogLevel    1

## check backend every X secs:
Alive       30

# poundctl control socket
Control "/var/run/pound/poundctl.socket"


ListenHTTP
    Address 172.16.169.131
    Port    80
    HeadRemove "X-Forwarded-For"
    Service
        Redirect    "https://172.16.169.131:8443"
    End
End

ListenHTTPS
    Address 172.16.169.131
    Port    8443
    HeadRemove "X-Forwarded-For"
    Cert "/etc/pound/pound.pem"
    Service
        BackEnd
            Address 172.16.169.128
            Port    9006
        End
        BackEnd
            Address 172.16.169.129
            Port    9006
        End
        BackEnd
            Address 172.16.169.130
            Port    9006
        End
        Session
            Type    Cookie
            ID  "JSESSIONID"
            TTL 300
        End
    End
End

pound.cfg

http://syslog.tv/2011/09/29/load-balancing-httphttps-with-pound-on-debian-6ubuntu/

https://calomel.org/pound.html