reverse proxy link not accessible with docker and nginx
I’m encountering an issue with my application setup. I’ve configured a frontend and a backend API using Docker Compose. However, I recently needed to implement SSL, so I installed Nginx on the host machine and set up a reverse proxy. Despite this, I’m facing difficulties getting the backend to function, although the frontend is operational.