A "listen" section defines a complete proxy with its frontend and backend parts combined in one section. It is generally useful for TCP-only traffic.
Create HTTP Listen
Create HTTP proxy
Create SSL Listen
Create HTTPS Proxy with the SSL termination on HAProxy and SSL offload.
HAProxy will send to backends HTTP traffic. You need have uploaded a PEM certificat
Create HTTPS Listen
Create HTTPS Proxy without the SSL termination on HAProxy and SSL offload. HAProxy will send to backends HTTPS traffic
Create presaved options
Create, edit and delete options with given parameters. And after use them as autocomplete in the "Add" sections
Create Frontend
A "frontend" section describes a set of listening sockets accepting client connections.
And forwards them to backend
Create HTTP Frontend
Create HTTP Frontend
Create SSL Frontend
Create HTTPS Frontend with the SSL termination on HAProxy and SSL offload. HAProxy will send to backends HTTP traffic. You need have uploaded a PEM certificat
Create HTTPS Frontend
Create HTTPS Frontend without the SSL termination on HAProxy and SSL offload. HAProxy will send to backends HTTPS traffic
Create presaved servers
Create, edit and delete servers. And after use them as autocomplete in the "Add" sections
Create Backend
A "backend" section describes a set of servers to which the proxy will connect to forward incoming connections.
Create HTTP Backend
Create HTTP Backend
Create SSL Backend
Create HTTPS Backend with the SSL termination on HAProxy and SSL offload. HAProxy will send to backends HTTP traffic. You need have uploaded a PEM certificat
Create HTTPS Backend
Create HTTPS Backend without the SSL termination on HAProxy and SSL offload. HAProxy will send to backends HTTPS traffic
Create userlists
Create userlists. And use it in the "Add" sections