Hello. I need just translation of this nginx config to traefik
server {
server_name mywebsite.com
location /{
proxy_pass https://example.com;
}
}
I am using docker swarm. I could not find any simple example for this situation
Hello. I need just translation of this nginx config to traefik
server {
server_name mywebsite.com
location /{
proxy_pass https://example.com;
}
}
I am using docker swarm. I could not find any simple example for this situation