Server Running
NGINX is up and running
This default page confirms your enterprise NGINX image is serving correctly. Deploy your application assets to replace this page.
Test Endpoints
- GET / Root — this page
- GET /config.json Runtime config (if mounted)
- GET /nonexistent 404 or SPA fallback
Deploying your app? Add a
COPY --chown=nginx:0 dist/ /usr/share/nginx/html
instruction to your Dockerfile to replace this page with your application.