diff --git a/docs/content/feature/path-stripping.md b/docs/content/feature/path-stripping.md deleted file mode 100644 index 116563471..000000000 --- a/docs/content/feature/path-stripping.md +++ /dev/null @@ -1,9 +0,0 @@ ---- -title: "Path Stripping" -since: "1.3.7" ---- - -fabio supports stripping a path from the incoming request. If you want to -forward `http://host/foo/bar` as `http://host/bar` you can add a `strip=/foo` -option to the route options as `urlprefix-/foo/bar strip=/foo`. -