2017-04-22 17:49:26 +02:00
<!--
2017-06-01 21:27:22 +02:00
DO NOT FILE ISSUES FOR GENERAL SUPPORT QUESTIONS.
2017-04-22 17:49:26 +02:00
2017-06-01 21:27:22 +02:00
The issue tracker is for reporting bugs and feature requests only.
For end-user related support questions, refer to one of the following:
2017-04-30 12:53:42 +02:00
2017-05-18 21:20:27 +02:00
- Stack Overflow (using the "traefik" tag): https://stackoverflow.com/questions/tagged/traefik
2017-04-30 12:53:42 +02:00
- the Traefik community Slack channel: https://traefik.herokuapp.com
2017-04-22 17:49:26 +02:00
-->
2017-05-18 21:20:27 +02:00
2017-06-10 23:51:12 +02:00
### Do you want to request a *feature* or report a *bug*?
2017-04-22 17:49:26 +02:00
2017-06-10 23:51:12 +02:00
<!--
If you intend to ask a support question: DO NOT FILE AN ISSUE.
-->
2017-04-22 17:49:26 +02:00
### What did you do?
2017-06-01 21:27:22 +02:00
<!--
2017-04-22 17:49:26 +02:00
2017-06-01 21:27:22 +02:00
HOW TO WRITE A GOOD ISSUE?
2018-02-20 10:44:03 +01:00
- Respect the issue template as much as possible.
2017-09-07 03:02:03 -07:00
- If it's possible use the command `traefik bug` . See https://www.youtube.com/watch?v=Lyz62L8m93I.
2017-06-01 21:27:22 +02:00
- The title must be short and descriptive.
- Explain the conditions which led you to write this issue: the context.
- The context should lead to something, an idea or a problem that you’ re facing.
- Remain clear and concise.
- Format your messages to help the reader focus on what matters and understand the structure of your message, use Markdown syntax https://help.github.com/articles/github-flavored-markdown
-->
2017-04-22 17:49:26 +02:00
### What did you expect to see?
### What did you see instead?
### Output of `traefik version`: (_What version of Traefik are you using?_)
2017-06-10 23:51:12 +02:00
<!--
For the Traefik Docker image:
docker run [IMAGE] version
ex: docker run traefik version
2018-04-06 18:14:03 +02:00
For the alpine Traefik Docker image:
docker run [IMAGE] traefik version
ex: docker run traefik traefik version
2017-06-10 23:51:12 +02:00
-->
2017-04-22 17:49:26 +02:00
```
(paste your output here)
```
### What is your environment & configuration (arguments, toml, provider, platform, ...)?
```toml
# (paste your configuration here)
```
<!--
Add more configuration information here.
-->
2018-03-21 14:42:07 +01:00
### If applicable, please paste the log output at DEBUG level (`--logLevel=DEBUG` switch)
2017-04-22 17:49:26 +02:00
```
(paste your output here)
```