Quantcast
Channel: Serverphorums.com - HAProxy
Viewing all articles
Browse latest Browse all 5112

[PATCH] DOC: dns: fix chapters syntax (1 reply)

$
0
0
All chapters in the configuration documentation used to follow this syntax :
<chapter number>. <title>
-------------------------

The new chapters introduced to document the dns resolution didn't provide the
dot character after the chapter number, which breaks the parsing for the HTML
converter. Instead of adding new conditions in the converter, we can align the
chapters with this syntax.
---
doc/configuration.txt | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index af71d09..dd64ba7 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -10232,8 +10232,8 @@ weight <weight>
Supported in default-server: Yes


-5.3 Server IP address resolution using DNS
-------------------------------------------
+5.3. Server IP address resolution using DNS
+-------------------------------------------

HAProxy allows using a host name to be resolved to find out what is the server
IP address. By default, HAProxy resolves the name when parsing the
@@ -10247,8 +10247,8 @@ Whether run time server name resolution has been enable or not, HAProxy will
carry on doing the first resolution when parsing the configuration.


-5.3.1 Global overview
----------------------
+5.3.1. Global overview
+----------------------

As we've seen in introduction, name resolution in HAProxy occurs at two
different steps of the process life:
@@ -10274,8 +10274,8 @@ A few things important to notice:
servers return an error.


-5.3.2 The resolvers section
----------------------------
+5.3.2. The resolvers section
+----------------------------

This section is dedicated to host information related to name resolution in
HAProxy.
--
2.1.4

Viewing all articles
Browse latest Browse all 5112

Trending Articles