-
Notifications
You must be signed in to change notification settings - Fork 84
Tri 2: Tech Talk Week 3: Deployment Subdomains and Certbot
suneelanaidu edited this page May 11, 2022
·
1 revision
Deployment has moved to Wiki and includes updates for the below.
Subdomains and multiple APPs
- CNAME records (subdomains) should be added to DNS to support multiple apps on same server. Alternative is to create a new domain and point to same server.
- Requires a new service for APP running at a different enpoint (new port)
- Requires a new Nginx configuration, requires subdomain or new domain and direction to endpoint.
Certbot
- Requires Certbot installation, which has dependencies on Snap
- Port Forwarding for SSL 443 must be added to router.
- Using "certbot --nginx" will update Nginx configuration files, this is managed by the tool.