Host all your applications in one server
... like a PRO
Hello,
I own a VPS and like to use it to host my all side projects, including my tool applications that I host by myself.
I use docker to host my application servers since for me it is a no-brainer, quick and simple solution. I used to manually set up a reverse proxy (nginx) that negotiates the SSL connection and forward the request to the good application server. The certificate is generated using Let’s Encrypt, with their certbot tool.
[Read More]