The long explanation should be indented two additional spaces.
---
 doc/configuration.txt | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/doc/configuration.txt b/doc/configuration.txt
index de9100439..92d5ce315 100644
--- a/doc/configuration.txt
+++ b/doc/configuration.txt
@@ -6038,11 +6038,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
-- 
2.31.1


Reply via email to