Remnants in .conf file
Posted: Fri Jul 15, 2016 2:46 am
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...
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...