From 0f0ba099c9fd2a88b6eae85717080fb5d76868ba Mon Sep 17 00:00:00 2001 From: Damien Duportal Date: Thu, 30 Aug 2018 02:24:03 +0200 Subject: [PATCH] Make the "base domain" on all providers --- docs/configuration/backends/consulcatalog.md | 4 ++-- docs/configuration/backends/ecs.md | 4 ++-- docs/configuration/backends/marathon.md | 4 ++-- docs/configuration/backends/mesos.md | 4 ++-- docs/configuration/backends/rancher.md | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/docs/configuration/backends/consulcatalog.md b/docs/configuration/backends/consulcatalog.md index 9a8da9e69..96e219ed1 100644 --- a/docs/configuration/backends/consulcatalog.md +++ b/docs/configuration/backends/consulcatalog.md @@ -31,7 +31,7 @@ exposedByDefault = false # stale = false -# Default domain used. +# Default base domain used for the frontend rules. # # Optional # @@ -210,7 +210,7 @@ If you need to support multiple frontends for a service, for example when having | `.frontend.headers.STSIncludeSubdomains=true` | Adds the `IncludeSubdomains` section of the STS header. | | `.frontend.headers.STSPreload=true` | Adds the preload flag to the STS header. | - + ### Examples If you want that Træfik uses Consul tags correctly you need to defined them like that: diff --git a/docs/configuration/backends/ecs.md b/docs/configuration/backends/ecs.md index 0089dee15..a4f7c5d36 100644 --- a/docs/configuration/backends/ecs.md +++ b/docs/configuration/backends/ecs.md @@ -32,7 +32,7 @@ clusters = ["default"] # watch = true -# Default domain used. +# Default base domain used for the frontend rules. # Can be overridden by setting the "traefik.domain" label. # # Optional @@ -138,7 +138,7 @@ Labels can be used on task containers to override default behaviour: | Label | Description | |---------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `traefik.domain` | Sets the default domain for frontend rules. | +| `traefik.domain` | Sets the default base domain for frontend rules. | | `traefik.enable=false` | Disables this container in Træfik. | | `traefik.port=80` | Overrides the default `port` value. Overrides `NetworkBindings` from Docker Container | | `traefik.protocol=https` | Overrides the default `http` protocol | diff --git a/docs/configuration/backends/marathon.md b/docs/configuration/backends/marathon.md index baf65a943..0db0de8c7 100644 --- a/docs/configuration/backends/marathon.md +++ b/docs/configuration/backends/marathon.md @@ -31,7 +31,7 @@ endpoint = "http://127.0.0.1:8080" # watch = true -# Default domain used. +# Default base domain used for the frontend rules. # Can be overridden by setting the "traefik.domain" label on an application. # # Required @@ -195,7 +195,7 @@ The following labels can be defined on Marathon applications. They adjust the be | Label | Description | |---------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `traefik.domain` | Sets the default domain used for the frontend rules. | +| `traefik.domain` | Sets the default base domain used for the frontend rules. | | `traefik.enable=false` | Disables this container in Træfik. | | `traefik.port=80` | Registers this port. Useful when the container exposes multiples ports. | | `traefik.portIndex=1` | Registers port by index in the application's ports array. Useful when the application exposes multiple ports. | diff --git a/docs/configuration/backends/mesos.md b/docs/configuration/backends/mesos.md index 60b31e7c1..5f4e4730f 100644 --- a/docs/configuration/backends/mesos.md +++ b/docs/configuration/backends/mesos.md @@ -27,7 +27,7 @@ endpoint = "http://127.0.0.1:8080" # watch = true -# Default domain used. +# Default base domain used for the frontend rules. # Can be overridden by setting the "traefik.domain" label on an application. # # Required @@ -108,7 +108,7 @@ The following labels can be defined on Mesos tasks. They adjust the behavior for | Label | Description | |---------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `traefik.domain` | Sets the default domain for the frontend rules. | +| `traefik.domain` | Sets the default base domain for the frontend rules. | | `traefik.enable=false` | Disables this container in Træfik. | | `traefik.port=80` | Registers this port. Useful when the application exposes multiple ports. | | `traefik.portName=web` | Registers port by name in the application's ports array. Useful when the application exposes multiple ports. | diff --git a/docs/configuration/backends/rancher.md b/docs/configuration/backends/rancher.md index 8bbcebaef..a9aff127a 100644 --- a/docs/configuration/backends/rancher.md +++ b/docs/configuration/backends/rancher.md @@ -12,7 +12,7 @@ Træfik can be configured to use Rancher as a provider. # Enable Rancher Provider. [rancher] -# Default domain used. +# Default base domain used for the frontend rules. # Can be overridden by setting the "traefik.domain" label on an service. # # Required @@ -140,7 +140,7 @@ Labels can be used on task containers to override default behavior: | Label | Description | |---------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| `traefik.domain` | Sets the default domain for the frontend rules. | +| `traefik.domain` | Sets the default base domain for the frontend rules. | | `traefik.enable=false` | Disables this container in Træfik. | | `traefik.port=80` | Registers this port. Useful when the container exposes multiple ports. | | `traefik.protocol=https` | Overrides the default `http` protocol. |