diff --git a/docs/configuration/entrypoints.md b/docs/configuration/entrypoints.md index dc51f9616..dddaf8370 100644 --- a/docs/configuration/entrypoints.md +++ b/docs/configuration/entrypoints.md @@ -27,7 +27,6 @@ entryPoint = "https" regex = "^http://localhost/(.*)" replacement = "http://mydomain/$1" - permanent = true [entryPoints.http.auth] headerField = "X-WebAuth-User"