Securing Odoo for External Access with HTTPS using Nginx Proxy Manager
Extend your local Odoo install with a reverse-proxy and Let’s Encrypt so users outside your office can connect via https://odoo.yourdomain.com:8443—no VPN needed. 1. DNS setup for your subdomain Create an A record in your DNS provider: This ensures odoo.yourdomain.com resolves to your WAN address. 2. Update docker-compose.yml with Nginx Proxy Manager 3. Configure pfSense NAT […]