Page 1 of 1

Lasted Update Version has Issue Occur!!!!

Posted: Wed Jan 03, 2018 8:37 am
by chaiyuttochai
(Dec 29) New version 0.9.8-18 has been released

Lasted on DEC29 2017 my server has auto update into this version.
Can anyone tell me the Major Change of this version please?

It's has issue about the process to create http and nginx config (Name of the config files)
These change effect to our web-server process. Nginx didn't resolve the domain to folders.
Old pattern --> snginx.conf in each domain conf folder
New pattern --> yourdomain.com.nginx.ssl.conf in each domain folder

Do anyone has the same problem ?

Closing time: 2018/01/05
Resolution: the violation of rules
Forum rules
Before creating a new topic or reply on the forum you should fill out additional fields "Os" and "Web" in your profile section.
In case of violation, the topic can be closed or response from the support will not be received.

Re: Lasted Update Version has Issue Occur!!!!

Posted: Thu Jan 04, 2018 6:31 am
by ctqui
Hello & happy new year,
Yes, I got the same things on a letsencrypt update, I copy back to snginx things and all was ok.
I think that you're using only nginx.
For moderator in choice for web profile nginx doesn't exist need to be added.

Thanks

Re: Lasted Update Version has Issue Occur!!!!

Posted: Thu Jan 04, 2018 10:39 am
by imperio
chaiyuttochai,
Forum rules
Before creating a new topic or reply on the forum you should fill out additional fields "Os" and "Web" in your profile section.
In case of violation, the topic can be closed or response from the support will not be received.
https://vestacp.com/roadmap/
in the new release we added new template system for apache/nginx/php-fpm

Re: Lasted Update Version has Issue Occur!!!!

Posted: Fri Jan 05, 2018 10:01 am
by ctqui
Hello,
After some search I've found a little how it's working now and found a bug.
If I understand correctly now it's create a file mydomain.com.nginx.ssl.conf
this file is read from \etc\nginx\conf.d\vesta.conf

For the bug now:
In domain config I'm using:
Web Template: Default
Backend Template: Default
Web Statistics: None

Got an error on nginx restart
error log:

Code: Select all

2018/01/05 10:17:44 [emerg] 20988#20988: unexpected "}" in /home/admin/conf/web/mydomain.com.nginx.ssl.conf:48
Here is mydomain.com.nginx.ssl.conf

Code: Select all

46    location /vstats/ {
47        alias   /home/admin/web/mydomain.com/stats/;
48        include /home/admin/conf/web/mydomain.com.auth
    }
At the end of line 48 is missing

Code: Select all

*;
to have this

Code: Select all

include /home/admin/conf/web/mydomain.com.auth*;
Just saw that it's corrected on github

Thanks.
Eric

Re: Lasted Update Version has Issue Occur!!!!

Posted: Fri Jan 05, 2018 11:09 am
by imperio
ctqui, please create a new topic with your question. This topic will be closed today, because autor not complied with the rules.