Page 1 of 1
How to Move Vesta to Subdomain
Posted: Sun Aug 24, 2014 6:56 pm
by turkey3
I don't like having vesta at
https://mysite:8083 how do I move it to a subdomain? Such as cp.mysite.org
Re: How to Move Vesta to Subdomain
Posted: Sun Aug 24, 2014 11:54 pm
by guineapig
I think if you create a A record like my.yourdomain.com pointing to your server's IP then you access it through
https://my.yourdomain.com:8083
Re: How to Move Vesta to Subdomain
Posted: Mon Aug 25, 2014 12:58 am
by turkey3
Can I make it without the 8083 in any way?
Re: How to Move Vesta to Subdomain
Posted: Mon Aug 25, 2014 2:51 am
by guineapig
I think you can only disable the SSL but not sure about the port no
You can edit the file
/usr/local/vesta/nginx/conf/nginx.conf
look for ssl on;
make it ssl off;
Re: How to Move Vesta to Subdomain
Posted: Mon Aug 25, 2014 8:27 pm
by imperio
Can I make it without the 8083 in any way?
No, you can't