Forum Discussion

BigJay's avatar
BigJay
Icon for Nimbostratus rankNimbostratus
Dec 20, 2023

Nginx is only redirecting to port 8080

I have a .net 8 solution multiple APIs and I'm using docker and Nginx to host the application. please find below the full details: Dockerfile   FROM mcr.microsoft.com/dotnet/aspnet:8.0 AS base...