Nginx – .NET 8 api with Caddy reverse proxy not working for SSL
I'm trying to set up SSL for a domain that is pointing to a simple api. I'm running .net 8 and have a Caddy server set up as a reverse proxy, all set up using docker compose. I initially had…