Page 1 of 1

VestaCP Panel Port Redirect to Subdomain

Posted: Tue Mar 29, 2016 1:38 pm
by Mooticus
I've successfully got VestaCP panel running on panel.domain.com However, phpmyadmin and roundcube both go to "Page not found". It's a black page with a big space rock. I'm guessing it has something to do with the links. I've added the following into my nginx.conf in /home/<user>/conf/web

server {
listen 108.xx.xx.xxx:443;
server_name panel.domain.com;

root /var/www/ghost;
index index.html index.htm;

location / {
proxy_pass https://127.0.0.1:8083;
}
}

As i said, it works, just not completely.

Re: VestaCP Panel Port Redirect to Subdomain

Posted: Tue Mar 29, 2016 2:11 pm
by skurudo

Code: Select all

root /var/www/ghost;
index index.html index.htm;
hmm... it's ok?

you can use some lines as example
/usr/local/vesta/nginx/conf/nginx.conf
phpmyadmin and roundcube both go to "Page not found"
location without port 8083 may be?