- Update dbis_core, cross-chain-pmm-lps, explorer-monorepo, metamask-integration, pr-workspace/chains - Omit embedded publish git dirs and empty placeholders from index Made-with: Cursor
2.7 KiB
2.7 KiB
Nginx SSL Manual Configuration Checklist
Historical note: This checklist was written during the earlier NPM/RPC SSL migration and still contains pre-cutover endpoint references. Keep for operator history; do not treat it as the current routing checklist.
Last Updated: 2026-01-31
Document Version: 1.0
Status: Active Documentation
Date: 2026-01-09
NPM URL: http://192.168.11.26:81
Credentials: nsatoshi2007@hotmail.com / L@ker$2010
Quick Start
- Access NPM: Open
http://192.168.11.26:81 - Log in:
nsatoshi2007@hotmail.com/L@ker$2010 - Configure each domain using the checklist below
Configuration Checklist
For each domain, check off when complete:
sankofa.nexus Zone
sankofa.nexus→http://192.168.11.140:80www.sankofa.nexus→http://192.168.11.140:80phoenix.sankofa.nexus→http://192.168.11.140:80www.phoenix.sankofa.nexus→http://192.168.11.140:80the-order.sankofa.nexus→http://192.168.11.140:80
d-bis.org Zone
explorer.d-bis.org→http://192.168.11.140:80rpc-http-pub.d-bis.org→https://192.168.11.252:443(WebSocket ✅)rpc-ws-pub.d-bis.org→https://192.168.11.252:443(WebSocket ✅)rpc-http-prv.d-bis.org→https://192.168.11.251:443(WebSocket ✅)rpc-ws-prv.d-bis.org→https://192.168.11.251:443(WebSocket ✅)dbis-admin.d-bis.org→http://192.168.11.130:80dbis-api.d-bis.org→http://192.168.11.155:3000dbis-api-2.d-bis.org→http://192.168.11.156:3000secure.d-bis.org→http://192.168.11.130:80
mim4u.org Zone
mim4u.org→http://192.168.11.19:80www.mim4u.org→http://192.168.11.19:80secure.mim4u.org→http://192.168.11.19:80training.mim4u.org→http://192.168.11.19:80
defi-oracle.io Zone
rpc.public-0138.defi-oracle.io→https://192.168.11.252:443(WebSocket ✅)
Total: 19 domains
Per-Domain Configuration Steps
For each domain:
-
Click: Proxy Hosts → Add Proxy Host
-
Details Tab:
- Domain Names:
[domain] - Scheme:
httporhttps(based on target) - Forward Hostname/IP:
[target IP] - Forward Port:
[target port] - Block Common Exploits: ✅
- Websockets Support: ✅ (for RPC domains)
- Domain Names:
-
SSL Tab:
- Request a new SSL Certificate
- Email:
nsatoshi2007@hotmail.com - I Agree to Terms: ✅
- Force SSL: ✅
- HTTP/2 Support: ✅
- HSTS Enabled: ✅
-
Save
Verification
After configuring all domains:
bash scripts/nginx-proxy-manager/verify-ssl-config.sh
Last Updated: 2026-01-09