]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: Fix indentation for `path-strip-dot` normalizer
authorTim Duesterhus <tim@bastelstu.be>
Wed, 21 Apr 2021 19:20:33 +0000 (21:20 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Fri, 23 Apr 2021 17:43:45 +0000 (19:43 +0200)
The long explanation should be indented two additional spaces.

doc/configuration.txt

index cf95aa49f987553a110478f5feec857f214eb8ed..3844454545db1a1a8e955ac138ecd418f0c8cac6 100644 (file)
@@ -6052,11 +6052,11 @@ http-request normalize-uri query-sort-by-name [ { if | unless } <condition> ]
 
   - path-strip-dot: Removes "/./" segments within the "path" component.
 
-    Example:
-    - /.            -> /
-    - /./bar/       -> /bar/
-    - /a/./a        -> /a/a
-    - /.well-known/ -> /.well-known/ (no change)
+      Example:
+      - /.            -> /
+      - /./bar/       -> /bar/
+      - /a/./a        -> /a/a
+      - /.well-known/ -> /.well-known/ (no change)
 
   - path-strip-dotdot: Normalizes "/../" segments within the "path" component.
       This merges segments that attempt to access the parent directory with