Page 1 of 1

Template for nginx.conf of vhost?

Posted: Sun Jul 14, 2019 6:26 am
by saosangmo
hi,
My Server has a problem. When I create a new vhost, the ';' is missing the end of line:
location /vstats/ {
alias /home/vipsedan/web/vipsedan.vn/stats/;
include /home/vipsedan/conf/web/vipsedan.vn.auth
}

So, how can I change the original template of nginx.conf?
Please help me.
many thanks

Re: Template for nginx.conf of vhost?

Posted: Sun Jul 14, 2019 6:18 pm
by Alex Connor
Try rebuild web

Re: Template for nginx.conf of vhost?

Posted: Tue Jul 16, 2019 11:10 am
by saosangmo
Dear Alex Connor,
Could you tell me more details. How can I do it?
location /vstats/ {
alias /home/vipsedan/web/vietsourcinghr.com/stats/;
include /home/vipsedan/conf/web/vietsourcinghr.com.auth
}
Alex Connor wrote:
Sun Jul 14, 2019 6:18 pm
Try rebuild web
many thanks

Re: Template for nginx.conf of vhost?

Posted: Tue Jul 16, 2019 12:24 pm
by Alex Connor
1. Console
v-rebuild-web-domains USERNAME
2. GUI
Image

Re: Template for nginx.conf of vhost?

Posted: Fri Jul 19, 2019 2:55 pm
by saosangmo
Alex Connor wrote:
Tue Jul 16, 2019 12:24 pm
1. Console
v-rebuild-web-domains USERNAME
2. GUI
Image
https://alohavietnam.net
Thank you so much. It works very well.