Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Deploy application to root domain instead of subdomain, using Caprover

Hopefully this is a newbie Caprover question. I have created a new app under "Apps" and I am trying to deploy my .Net Core application to it.

enter image description here

When I try to run the caprover deploy command, I can select the new "app" that I have created. How can I change the application to point to https://www.instatranscribe.com(instead of https://app.instatranscribe.com) i.e deploy the application to the root domain instead of the subdomain?

like image 301
Ajit Goel Avatar asked Dec 15 '25 07:12

Ajit Goel


1 Answers

For anyone finding this down the line, you can add the actual root domain (www is still a subdomain - just a very common one).

Simply click "Add domain" and enter the root domain with no subdomain. You will need to ensure your root domain DNS record is pointed to the server's IP address.

like image 92
Greg Kaleka Avatar answered Dec 16 '25 23:12

Greg Kaleka