Path-based web host

This nginx host is prepared for apps served under web.qrhk.app/<app-name>. Create a folder inside web for each new app, and nginx will serve it on the matching path.

Current sample

Open /hello to verify path routing is working.

New comparison page

Open /agent-landscape for the OpenClaw, NemoClaw, ChatGPT agent, Codex, and Anthropic comparison page.

Add a new app

Create web/my-app/index.html and visit /my-app.

Port mapping

The container is exposed on host port 5199 by docker compose.