Static site is live
nginx is serving this file straight off the node. Nothing else is running: no PHP pool, no systemd unit, no port.
What this page proves
- The document root exists and nginx can traverse the account's home.
- The vhost was accepted (
nginx -tpassed) and reloaded. - A relative asset resolves — the stylesheet below loaded if this box is blue.
- DNS points at the node, or you are reaching it another way.
If this block has a blue border, style.css was served too.
Try these by hand
- page-two.html — a second file, reachable by its own name.
- nothing-here.html — should be a 404 from nginx.
- /.hidden — dotfiles are denied by the vhost.