NGINX Reverse Proxy Returning 404 for HTTPS Requests to Docker Container
I’m trying to configure an NGINX reverse proxy to forward requests to a Docker container running a NestJS application on port 3000. While HTTP requests work fine, HTTPS requests return a 404 Not Found
error.