Scenario Description
Nginx runs but app is unreachable on port 8080.
Root Cause
SELinux policy does not allow HTTP service on the custom port.
Setup Instructions
Set nginx to listen on 8080 while keeping SELinux enforcing without port context mapping.
Expected Resolution Steps
Check audit logs and SELinux denials then map the port type and verify HTTP works.
Broken SELinux Context on Web Root
Scenario Description
Nginx runs but app is unreachable on port 8080.
Root Cause
SELinux policy does not allow HTTP service on the custom port.
Setup Instructions
Set nginx to listen on 8080 while keeping SELinux enforcing without port context mapping.
Expected Resolution Steps
Check audit logs and SELinux denials then map the port type and verify HTTP works.
Broken SELinux Context on Web Root