Top "Traefik" questions

Træfɪk is a modern HTTP reverse proxy and load balancer made to deploy microservices with ease

How to redirect http to https with Traefik 2.0 and Docker Compose labels?

Please note that it is a Traefik V2 question. I had a solution on V1 but V2 is a total …

docker docker-compose traefik
Traefik Bad Gateway

I've got some strange issue. I have following setup: one docker-host running traefik as LB serving multiple sites. sites are …

docker load-balancing traefik bad-gateway
Traefik > "Bad gateway" (error 502) for some containers

I meet some problems using traefik with docker and I don't know why. With some containers, it's works like a …

docker traefik bad-gateway
Editing Files inside of a Docker Container

How can I edit the config files that are inside of a docker container that has been downloaded on the …

docker docker-compose traefik
How to proxy WebSockets in Traefik?

I'm trying to set up Upsource to work behind Traefik: https://www.jetbrains.com/help/upsource/proxy-configuration.html traefik is …

websocket traefik upsource
How to set traefik with OAuth2 authentication

I'm using traefik as a reverse proxy. I want to set OAuth2 authentication for a entry point. In the document, …

oauth-2.0 traefik
How to rewrite paths with Traefik when using path prefix rules?

My Traefik config for WordPress contains the following docker-labels: - "traefik.backend=wordpress" - "traefik.docker.network=web" - "traefik.…

redirect url-rewriting path traefik
Define host and path frontend rule for Traefik

I am trying to use Traefik to deploy proxy multiple applications in my Docker Swarm mode cluster. I have got …

traefik
Traefik version 2 only shows 404 or no website at all

I try to set up Traefik in version 2 but I only get "404 Page not found" or DNS_PROBE_FINISHED_NXDOMAIN …

docker networking traefik
Traefik,multiple frontend rules to one docker container

I did search the manual but really couldn't make it very clear, even using the keywords to google that. I …

docker-compose traefik