File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ The HAProxy functionality is split into multiple modules organized by function:
6363 haproxy_general
6464 haproxy_rules
6565 haproxy_advanced
66+ haproxy_core
67+ haproxy_support
6668
6769Quick overview
6870**************
@@ -98,6 +100,19 @@ Quick overview
98100- :ref: `haproxy_fcgi <haproxy_fcgi >` - Manage HAProxy FastCGI applications for dynamic content processing
99101- :ref: `haproxy_errorfile <haproxy_errorfile >` - Manage HAProxy custom error pages for better user experience
100102
103+ **Core load balancing: **
104+
105+ - :ref: `haproxy_backend <haproxy_backend >` - Manage HAProxy backend pools for server groups
106+ - :ref: `haproxy_frontend <haproxy_frontend >` - Manage HAProxy frontends (public services)
107+ - :ref: `haproxy_server <haproxy_server >` - Manage HAProxy servers within backend pools
108+ - :ref: `haproxy_healthcheck <haproxy_healthcheck >` - Manage HAProxy health checks for servers
109+
110+ **Support modules: **
111+
112+ - :ref: `haproxy_mailer <haproxy_mailer >` - Manage HAProxy email alert configurations
113+ - :ref: `haproxy_mapfile <haproxy_mapfile >` - Manage HAProxy map files for dynamic lookups
114+ - :ref: `haproxy_resolver <haproxy_resolver >` - Manage HAProxy DNS resolver configurations
115+
101116----
102117
103118Usage examples
Original file line number Diff line number Diff line change @@ -248,6 +248,10 @@ run_test_soft 'haproxy_errorfile' 1
248248run_test_soft ' haproxy_mailer' 1
249249run_test_soft ' haproxy_mapfile' 1
250250run_test_soft ' haproxy_resolver' 1
251+ run_test_soft ' haproxy_backend' 1
252+ run_test_soft ' haproxy_frontend' 1
253+ run_test_soft ' haproxy_healthcheck' 1
254+ run_test_soft ' haproxy_server' 1
251255run_test_soft ' nut' 1
252256run_test_soft ' nut_diagnostics' 1
253257
You can’t perform that action at this time.
0 commit comments