From: Tim Duesterhus Date: Wed, 21 Apr 2021 19:20:33 +0000 (+0200) Subject: DOC: Fix indentation for `path-strip-dot` normalizer X-Git-Tag: v2.4-dev18~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7a95f41fd63d5cb111d098c90115afdf6bc26540;p=thirdparty%2Fhaproxy.git DOC: Fix indentation for `path-strip-dot` normalizer The long explanation should be indented two additional spaces. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index cf95aa49f9..3844454545 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6052,11 +6052,11 @@ http-request normalize-uri query-sort-by-name [ { if | unless } ] - 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