菜单

Back to Works
VPS/2026-06-01

VPS Setup Notes

A practical VPS deployment note for Nginx, systemd, and Next.js.

A documented Ubuntu VPS setup path covering web server basics, firewall checks, deployment folders, and rollback notes.

UbuntuNginxDeploy

Deployment process

This work entry turns VPS setup into a reusable learning record. It captures read-only checks, web server state, firewall status, deployment paths, and simple rollback planning.

VPS architecture diagram placeholder
Replace this placeholder with a VPS architecture diagram or deployment screenshot.

vps-checks.sh / bash

sudo nginx -t
sudo systemctl reload nginx
npm run build
sudo systemctl restart alexhexa-blog