For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

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...