Guides
Advanced
Custom Domains Guide
Setting up custom domains with DNS configuration and SSL certificates
Overview
Airogel CMS supports multiple domain types including default subdomains, custom domains, and apex domains.
DNS Configuration
Point your domain to your Airogel CMS server using:
- CNAME Record (recommended for www) -
www.acme.com CNAME airogelcms.com - A Record (for apex domains) -
acme.com A your-server-ip
Reverse Proxy Setup
Use Caddy (recommended) or Nginx to route custom domains to your application with automatic SSL provisioning.
Domain Resolution
Airogel CMS determines the account by custom domain lookup or subdomain extraction, then sets the tenant for all queries.