From b27455a36fe1ac568b3f59be6c40e5eb29eb25b9 Mon Sep 17 00:00:00 2001 From: burningTyger Date: Mon, 30 Oct 2017 13:20:03 +0100 Subject: [PATCH] entrypoints -> entryPoints --- docs/configuration/entrypoints.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/configuration/entrypoints.md b/docs/configuration/entrypoints.md index 7bb55c8f3..6127077e7 100644 --- a/docs/configuration/entrypoints.md +++ b/docs/configuration/entrypoints.md @@ -118,10 +118,10 @@ Otherwise, the response from the auth server is returned. ```toml [entryPoints] - [entrypoints.http] + [entryPoints.http] # ... # To enable forward auth on an entrypoint - [entrypoints.http.auth.forward] + [entryPoints.http.auth.forward] address = "https://authserver.com/auth" # Trust existing X-Forwarded-* headers. @@ -136,7 +136,7 @@ Otherwise, the response from the auth server is returned. # # Optional # - [entrypoints.http.auth.forward.tls] + [entryPoints.http.auth.forward.tls] cert = "authserver.crt" key = "authserver.key" ```