Docker, Nginx & Letsencrypt: Easy & Secure Reverse Proxy
https://medium.freecodecamp.org/docker-nginx-letsencrypt-easy-secure-reverse-proxy-40165ba3aee2
Kasper SiigBlockedUnblockFollowFollowingApr 10Perfect score on SSL LabsIntroductionEver tried setting up some sort of server at home? Having to open a new port for every service? Having to remember what port goes to which service, and remembering your home ip? This is definitely something that works, and people have been doing it for the longest time.
However, wouldn’t it be nice to type plex.example.com, and have instant access to your media server? This is exactly what a reverse proxy will do for you, and combining it with Docker, it’s easier than ever.