I've found the reason. My init script that is found on /etc/init.d/nginx.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,259208,259211#msg-259211
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello,
I had compiled my Nginx using '.configure', 'make' and 'make install'
commands.
nginx.pid file occurs on 'logs' directory as default. If I change set 'pid'
directive (e.g. pid sbin/nginx.pid) on my nginx.conf file then I cannot
restart Nginx and I get following message at second restart se