Page 1 of 1

Bug: Adding SSL to default Site won't work (with fix)

Posted: Tue Mar 01, 2016 4:55 pm
by erfolgskompass
Hey guys,

first of all thanks for this wonderful software.

I guess I have discovered a bug, but on any other control panel I could never have been able to solve it that quickly. Your file structure and system is very good and I was quickly able to find my way trough your files.

I added a SSL Certificate from StartSSL to the default site and saved it.

However, VestaCP adds the following file in: /etc/nginx/conf.d/vesta.conf

Code: Select all

include /home/admin/conf/web/nginx.conf;
Include /home/admin/conf/web/snginx.conf
I just had to change the Include to include and add a semicolon to make it work.

Maybe you can check if this is a reproducible error.

OS: Centos 7

Regards