Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

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