MLGreat article, wanted to say thank you, been searching for a super simple deployment guide. Making a fastapi is pretty easy, finding a deployment guide not as easyComment·Article·Jan 17, 2021·Deploy FastAPI Application on Ubuntu with Nginx, Gunicorn and Uvicorn
MLMustafizur Rahman 5000 isn't the port to be exposed to the internet, Nginx is what will control the open port. So a typical use case would be mydomain.com:443 -> Nginx -> gunicorn port 5000 That's the meaning of proxyReply·Article·Jan 17, 2021·Deploy FastAPI Application on Ubuntu with Nginx, Gunicorn and Uvicorn