I'm looking to host a few Shiny Apps on a Digital Ocean droplet with a custom domain through Google domains (let's say: dataiscool.net). I've followed the directions here to set up the droplet and get shiny server installed: https://deanattali.com/2015/05/09/setup-rstudio-shiny-server-digital-ocean/
Shiny Server server is set up and server blocks are cleaned up so that the port :3838 is replaced with /shiny/. That works great.
I've setup my registrar to point to Digital Ocean nameservers as written here: https://www.digitalocean.com/community/tutorials/how-to-point-to-digitalocean-nameservers-from-common-domain-registrars
and setup the DNS side of things on Digital Ocean as written here: https://www.digitalocean.com/docs/networking/dns/how-to/add-domains/
I'm able to access my Shiny App at the IP (e.g., 64.238.119.95/shiny/app) but I cannot access it (404 error) at the custom domain (e.g., dataiscool.net/shiny/app)
I'm a fledgling with nginx, webservers, and the like but I cannot begin to troubleshoot where I might be going wrong - whether it's the Shiny server, nginx, DNS side of things.