-
Notifications
You must be signed in to change notification settings - Fork 5.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
File frontend > Marathon Backend #465
Comments
@rogeriollacerda Could you use the label |
@emilevauge thanks again. Those parameters, I must use in Traefik container? Will It set same frontend rule for all of marathon application? |
Here is an example json marathon file using labels: https://github.com/containous/traefik/blob/master/examples/whoami.json The idea is to set one rule by application. These labels override the default behavior which generates a sub-domain using the rule: |
@emilevauge tks Just one more question about: Can I set more than one host on the same rule? |
Yep: http://docs.traefik.io/basics/#frontends
|
Hi,
We are using Traefik with mesos/marathon application backend. When we try to set a file type frontend using a marathon application backend, we receive an error because during traefik startup, the file frontend is loaded before traefik get marathon events. The log files print that the backend does not exist yet. There is some config about it? Tks
ps.: File frontend is necessary to set a specific host header value.
The text was updated successfully, but these errors were encountered: