Docker – Running REST API (Ollama) and Nginx reverse proxy
I want to run Ollama docker image. This exposes entire API with its endpoints. I want to secure it by adding reverse proxy on top of it and i have chosen Nginx for the job. So I need to add…