Browse Source

Fix redirect traefik repo

pull/15967/head
Yurii Motov 2 weeks ago
parent
commit
427c5461c9
  1. 2
      docs/en/docs/advanced/behind-a-proxy.md

2
docs/en/docs/advanced/behind-a-proxy.md

@ -253,7 +253,7 @@ In a case like that (without a stripped path prefix), the proxy would listen on
You can easily run the experiment locally with a stripped path prefix using [Traefik](https://docs.traefik.io/). You can easily run the experiment locally with a stripped path prefix using [Traefik](https://docs.traefik.io/).
[Download Traefik](https://github.com/containous/traefik/releases), it's a single binary, you can extract the compressed file and run it directly from the terminal. [Download Traefik](https://github.com/traefik/traefik/releases), it's a single binary, you can extract the compressed file and run it directly from the terminal.
Then create a file `traefik.toml` with: Then create a file `traefik.toml` with:

Loading…
Cancel
Save