User        "www-data"
Group       "www-data"
LogLevel    3
Alive       30

ListenHTTPS
    Address 69.12.146.109
    Port    443
    Cert    "/usr/local/etc/openssl/site-cert.pem"
    HeadRemove "X-Forwarded-Proto"
    AddHeader "X-Forwarded-Proto: https"
End
         
Service
    BackEnd 
        Address 127.0.0.1
        Port    3303    
    End     
    BackEnd 
        Address 127.0.0.1
        Port    3304    
    End     
    Session 
        Type    BASIC   
        TTL     300     
    End
End