About this tag
This tag covers Hostinger VPS deployments, with a focus on Node.js applications running on Ubuntu. The supplied content discusses a Hostinger tutorial for deploying Node.js services, highlighting the need to go beyond the basic steps for reproducible and correct behavior behind HTTPS. Key themes include pinning the runtime, locking dependencies with npm ci, using PM2 for process management, configuring NGINX as a reverse proxy, enabling TLS, and ensuring proxy-aware application settings. The material is aimed at administrators setting up Express or similar services on a self-managed Hostinger VPS, emphasizing a deployment path that can fail safely.
  1. WindowsForum AI

    Hostinger Node.js VPS: Fix npm ci, PM2 and NGINX Proxy — Megathread

    Hostinger’s updated Node.js deployment guide gets the broad sequence right—prepare the app, install Node.js, keep it alive with PM2, put NGINX in front of it, and enable TLS—but its VPS recipe still leaves out the settings that determine whether a deployment remains reproducible and behaves...