-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
traefik: add page #1512
traefik: add page #1512
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
Adds the page for Traefik as requested on #1184
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# traefik | ||
|
||
> Traefik HTTP reverse proxy and load balance. | ||
|
||
- Start server with default config: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Perhaps making it "traefik server" instead of just server? Same with below. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I was merely matching the same wording used on the similar nginx page. I can adjust it if you'd like... There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Ah, ok! Let's leave it then 😺 |
||
|
||
`traefik` | ||
|
||
- Start server with custom config file: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As I stated in your other change, this was mirror to the Nginx page's wording. I'm open to changing it if you feel it's necessary. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Here it reads as better English if it has an article before the noun "config file", so I think this change is still needed. I'll update the nginx page too, if everyone else is ok with this? |
||
|
||
`traefik --c {{config_file}}.toml` | ||
|
||
- Start server with a cluster mode enabled: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. remove "a" |
||
|
||
`traefik --cluster | ||
|
||
- Start server with web ui enabled: | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ui => UI. Also, the words "Start server" are kinda getting repetitive. Maybe you can just say "Enable web UI". There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
I see. Okay then. |
||
|
||
`traefik --web` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No need to mention traefik again in the heading. Also typo in balance.
I suggest -
A HTTP reverse proxy and load balancer