[BUG] Fresh install a server with nginx over centos fail
Posted: Wed Feb 17, 2016 11:30 am
Hi.
On fresh installation VestaCP with nginx + php-fpm, options sockets, fail becase vestacp, add a worng line
Line must be:
A nice day.
On fresh installation VestaCP with nginx + php-fpm, options sockets, fail becase vestacp, add a worng line
Code: Select all
Include /home/user/conf/web/snginx.conf
Code: Select all
include /home/user/conf/web/snginx.conf; # semi-colon close line
A nice day.