From 7a95f41fd63d5cb111d098c90115afdf6bc26540 Mon Sep 17 00:00:00 2001 From: Tim Duesterhus Date: Wed, 21 Apr 2021 21:20:33 +0200 Subject: [PATCH] DOC: Fix indentation for `path-strip-dot` normalizer 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 cf95aa49f..384445454 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