RUNNING IN PODMAN

This site is running inside a containerized NGINX app.

This page is served by an NGINX container running with Podman on Red Hat Linux. Apache receives the public request and reverse-proxies traffic to the container on localhost.

NGINX

Lightweight web server running inside an isolated container environment.

Podman

Red Hat-native container engine used to run Docker-compatible containers securely.

Bind Mount

The site files live on the host and are mounted into the container for easy updates.

Reverse Proxy

Apache routes container.richgibbs.dev traffic to the container backend.

Port Mapping

The container listens internally on port 80 and is mapped to host port 8080.

Security Goal

Keep container services private and expose only standard web ports through Apache and Cloudflare.

Traffic Flow

Browser ↓ Cloudflare ↓ AWS Security Group ↓ Apache VirtualHost ↓ 127.0.0.1:8080 ↓ NGINX Container ↓ index.html