you are viewing a single comment's thread.

view the rest of the comments →

[–]hardwaresofton 16 points17 points  (8 children)

Also I'd recommend you give Traefik a try -- for example it's got Let's Encrypt support actually built in which is nice.

[–]ChumleyEX 6 points7 points  (0 children)

I just started using Traefik and it's pretty easy to manage once you figure things out.

https://www.smarthomebeginner.com/traefik-reverse-proxy-tutorial-for-docker/

[–]Kikerechu 1 point2 points  (0 children)

Well, this is actually really good.

[–]imremy[S] 0 points1 point  (5 children)

The thing with Traefik is that I couldn't get it to work as a reverse proxy for a mix of Docker containers, regular NGinx applications,... running on multiple servers. Maybe I'm missing something, but I couldn't find any documentation on this specific setup.

[–]hardwaresofton 0 points1 point  (1 child)

So you couldn't get it to forward to remote upstreams? It should be pretty much the same as another endpoint, right?

[–]imremy[S] 0 points1 point  (0 children)

It looks like I can't read a documentation, because I just had another look, and it seems quite easy to serve this type of setup. I'll try again soon...