Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

VestaCP Panel Port Redirect to Subdomain

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
Mooticus
Posts: 15
Joined: Thu Jun 11, 2015 7:19 am

VestaCP Panel Port Redirect to Subdomain
  • Quote

Post by Mooticus » Tue Mar 29, 2016 1:38 pm

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.
Top

skurudo
VestaCP Team
Posts: 8099
Joined: Fri Dec 26, 2014 2:23 pm
Contact:
Contact skurudo
Website Facebook Google+ Skype
Twitter

Re: VestaCP Panel Port Redirect to Subdomain
  • Quote

Post by skurudo » Tue Mar 29, 2016 2:11 pm

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?
Top


Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password