2017-10-04 01:33:07 +01:00
|
|
|
# traefik
|
|
|
|
|
2021-08-15 18:59:09 +01:00
|
|
|
> An HTTP reverse proxy and load balancer.
|
2019-06-03 01:06:36 +01:00
|
|
|
> More information: <https://traefik.io>.
|
2017-10-04 01:33:07 +01:00
|
|
|
|
2024-03-08 16:30:22 +00:00
|
|
|
- Start the server with the default configuration:
|
2017-10-04 01:33:07 +01:00
|
|
|
|
|
|
|
`traefik`
|
|
|
|
|
2024-03-08 16:30:22 +00:00
|
|
|
- Start the server with a custom configuration file:
|
2017-10-04 01:33:07 +01:00
|
|
|
|
2024-03-08 16:30:22 +00:00
|
|
|
`traefik --ConfigFile {{config_file.toml}}`
|
2017-10-04 01:33:07 +01:00
|
|
|
|
2024-03-08 16:30:22 +00:00
|
|
|
- Start the server with cluster mode enabled:
|
2017-10-04 01:33:07 +01:00
|
|
|
|
2017-10-04 01:41:07 +01:00
|
|
|
`traefik --cluster`
|
2017-10-04 01:33:07 +01:00
|
|
|
|
2017-10-04 05:59:26 +01:00
|
|
|
- Start server with web UI enabled:
|
2017-10-04 01:33:07 +01:00
|
|
|
|
2017-10-04 01:41:07 +01:00
|
|
|
`traefik --web`
|