From 26dc2f4d61d768086d845d193cfc499d32cdd3fc Mon Sep 17 00:00:00 2001 From: Ludovic Fernandez Date: Tue, 30 Jan 2018 17:16:03 +0100 Subject: [PATCH] doc: option not available in 1.5. --- docs/configuration/entrypoints.md | 1 - 1 file changed, 1 deletion(-) 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"