Search found 1 match
- Sat Mar 26, 2016 8:11 pm
- Forum: Web Server
- Topic: Wrong lines for nginx when add first SSL site
- Replies: 0
- Views: 1357
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: Include /home/myuser/conf/web/snginx.conf Lacks the semicolon, and "include" should be lowercase I manually corrected this, ...