Wrong lines for nginx when add first SSL site
Wrong lines for nginx when add first SSL site
My setup:
Debian 8
Vesta 0.9.8
NGINX + PHP5-FPM
When I configured my first site with SSL, nginx could not be restarted because this line added to /etc/nginx/conf.d/vesta.conf:
Lacks the semicolon, and "include" should be lowercase
I manually corrected this, but now I can not add SSL settings for other sites, because the template to generate that line is incorrect.
How I can do a general correction?
Debian 8
Vesta 0.9.8
NGINX + PHP5-FPM
When I configured my first site with SSL, nginx could not be restarted because this line added to /etc/nginx/conf.d/vesta.conf:
Code: Select all
Include /home/myuser/conf/web/snginx.conf
I manually corrected this, but now I can not add SSL settings for other sites, because the template to generate that line is incorrect.
How I can do a general correction?