From 6fd89797540f177b4a916b24a36c1f76d9316189 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Tue, 5 Jul 2016 11:26:59 +0200 Subject: [PATCH] Remove deprecated traefik.domain label Signed-off-by: Emile Vauge --- docs/toml.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs/toml.md b/docs/toml.md index 279acecda..b3106aacf 100644 --- a/docs/toml.md +++ b/docs/toml.md @@ -541,7 +541,6 @@ Labels can be used on containers to override default behaviour: - `traefik.frontend.passHostHeader=true`: forward client `Host` header to the backend. - `traefik.frontend.priority=10`: override default frontend priority - `traefik.frontend.entryPoints=http,https`: assign this frontend to entry points `http` and `https`. Overrides `defaultEntryPoints`. -- `traefik.domain=traefik.localhost`: override the default domain - `traefik.docker.network`: Set the docker network to use for connections to this container @@ -576,7 +575,6 @@ endpoint = "http://127.0.0.1:8080" watch = true # Default domain used. -# Can be overridden by setting the "traefik.domain" label on an application. # # Required # @@ -638,7 +636,6 @@ Labels can be used on containers to override default behaviour: - `traefik.frontend.passHostHeader=true`: forward client `Host` header to the backend. - `traefik.frontend.priority=10`: override default frontend priority - `traefik.frontend.entryPoints=http,https`: assign this frontend to entry points `http` and `https`. Overrides `defaultEntryPoints`. -- `traefik.domain=traefik.localhost`: override the default domain ## Kubernetes Ingress backend