Skip to content

Glossary ​

Terms as NitHost uses them in the panel and documentation.

TermMeaning
PanelThe NitHost control panel UI and its API
SiteA hosted application bound to one or more domains, with a document root and Nginx vhost
VhostThe Nginx virtual host config generated for a site
Apex / WWWexample.com vs www.example.com
Site typeStack chosen at creation: PHP, WordPress, Node.js, Python, Dockerfile App, Static HTML, Reverse Proxy
Managed appAn application provisioned and maintained by your hosting service
Dockerfile AppA single-container app built from a repository Dockerfile
Git deploymentPush-to-deploy linked to a GitHub App installation
ReleaseAn immutable built version of a Git-deployed site (retain N for rollback)
Environment variablePer-site config value; may be Sensitive and/or Available at build time
Developer ViewBulk .env import/export editor for site variables
FastCGI cacheNginx full-page HTML cache (bypasses PHP)
Object cacheRedis cache used by WordPress/Laravel-style apps
MemcachedLegacy key-value cache for older apps
PurgeClear cached pages/objects for a site
Site managerRole that owns sites and manages their user accounts
UserRole granted access to specific sites only
PlanService plan limiting sites/storage/transfer for a manager
QuotaNumeric limit (e.g. max sites) on a site manager
SnapshotPoint-in-time backup of site files (and linked data)
ACME / Let's EncryptFree certificate authority used by certbot
HTTP-01Certificate challenge over port 80
DNS-01Certificate challenge via DNS (e.g. Cloudflare token)
SFTPSSH File Transfer Protocol — NitHost uses port 2222
Cron expressionSchedule syntax (* * * * * = every minute)

Customer documentation · Nusite IT Consulting Limited