Page 1 of 1

Remnants in .conf file

Posted: Fri Jul 15, 2016 2:46 am
by cyberale
Hello,

This is not a request, but something that it looks like a bug...

I have just a server running only in Nginx and already upgraded to latest release, but I just noticed that the .conf file for the related domain has this code at the end:

include /etc/nginx/conf.d/phppgadmin.inc*;
include /etc/nginx/conf.d/webmail.inc*;

include /home/mydomain/conf/web/nginx.ao.mydomain.com.conf*;
}


include /etc/nginx/conf.d/webmail.inc*;

include /home/mydomain/conf/web/nginx.sg.mydomain.com.conf*;
}

Just after the closing key for the server directive... It looks like after removing the subdomains this code was left there orphaned...

Regards...

Re: Remnants in .conf file

Posted: Fri Jul 15, 2016 8:12 am
by SS88
Yes sometimes I get this but I have not tested it on version 16. Are you on 15 or 16?

Re: Remnants in .conf file

Posted: Fri Jul 15, 2016 1:50 pm
by cyberale
Hello,

Updates option shows:

vesta Version:0.9.8 (x86_64) Release 16
vesta-php Version:0.9.8 (x86_64) Release 15
vesta-nginx Version:0.9.8 (x86_64) Release 15

I'm running on Centos 6.7 64 bits, only nginx, no apache...

Sergio

Re: Remnants in .conf file

Posted: Fri Jul 15, 2016 2:02 pm
by SS88
I'm not sure if vesta ver 16 and the restat 15 is 'right' all should be 16.

Re: Remnants in .conf file

Posted: Fri Jul 15, 2016 10:26 pm
by cyberale
I have seen some other post and yes, this is ok... Only core package was updated to 16:

http://forum.vestacp.com/viewtopic.php?f=10&t=11858

Regards