SSL in Centos 7 bug(and solution)
-
- Posts: 92
- Joined: Sat Aug 02, 2014 6:50 pm
- Os: CentOS 6x
- Web: nginx + php-fpm
SSL in Centos 7 bug(and solution)
Using Nginx+PHP-FPM on a Centos 7 server, when i enable ssl, it will create the following line in vesta.conf: "Include /home/admin/conf/web/snginx.conf" It misses ";" at the end of the line and the "Include" must be "include". After the change, nginx starts fine.