Domain configured
Your Civicrate domain is live.
This is a clean placeholder served via Nginx Proxy Manager. If you’re seeing this, your DNS and proxy setup are working. Deploy your backend or frontend app and update the proxy target when ready.
Next steps
- Point your proxy to your upstream service.
- Enable HTTPS via Let’s Encrypt and enforce SSL.
-
Add
X-Forwarded-*headers if your app requires them. - Configure access controls or authentication if needed.
Proxy Host → civicrate.example →
http://upstream:8080
SSL → Request certificate (Let’s Encrypt)
Advanced → Websockets, Custom Nginx config
Status
DNS ✓
Proxy ✓
TLS ⏳
Note: DNS propagation may take a few minutes worldwide.
Security checklist
- Strong admin credentials
- 2FA for all admins
- Auto-renew SSL certs
- Restrict admin access
Common snippets
Forwarded headers
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Host $host;
Websockets
proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection $connection_upgrade;
Contact & Support
For Civicrate support or to report an issue with this domain, contact your administrator.