First of all, check that there are no problems with starting nginx at all.
vi /var/log/nginx/error.log
Then check that you can start nginx using the launch service and start it
service nginx start ; ps -ef | grep nginx
Then double check that the start of the script exists and is working correctly.
cd /etc/init.d ; vi nginx*
Hope this helps
source share