+ 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.
+
+
-
- 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 Frontend
+
+
+ A "frontend" section describes a set of listening sockets accepting client connections.
+ And forwards them to backend
+
+
+
- Create Frontend
+ Create HTTP Frontend
- A "frontend" section describes a set of listening sockets accepting client connections.
- And forwards them to backend
-
+ 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 Backend
+
+
+ A "backend" section describes a set of servers to which the proxy will connect to forward incoming connections.
+
+
+
+
+
- Create Backend
+ Create HTTP Backend
- A "backend" section describes a set of servers to which the proxy will connect to forward incoming connections.
-
-
-
+ 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
+
+
{% if add %}
@@ -724,7 +817,7 @@
-
Deleting irreversibly all data will be lost?
+
Deleting all data will be lost?
diff --git a/app/templates/ajax/config_show.html b/app/templates/ajax/config_show.html
index a74d976..d8bcf18 100644
--- a/app/templates/ajax/config_show.html
+++ b/app/templates/ajax/config_show.html
@@ -48,8 +48,12 @@
{% if role %}
Edit
-
+
{% endif %}
+ {% set backend = line.split(' ') %}
+
+ Stats
+