Врот мне ноги. Кажется я на эту граблю уже наступал однажды.... Это надо большими буквами где-то в sysoev.ru/nginx написать. Думаю я не один с таким завтыком.
По ходу дела виновник ulimit -n Сейчас буду смотреть. Включил дебаг, рестартую, а nginx мне говорит
root@wizardfox:/etc/nginx# /etc/init.d/nginx restart Restarting nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
[warn]: 8192 worker_connections are more than open file resource limit: 256 configuration file /etc/nginx/nginx.conf test is successful [warn]: 8192 worker_connections are more than open file resource limit: 256
nginx. root@wizardfox:/etc/nginx# ulimit -n 256 root@wizardfox:/etc/nginx# ulimit -n 65535 root@wizardfox:/etc/nginx# /etc/init.d/nginx restart Restarting nginx: the configuration file /etc/nginx/nginx.conf syntax is ok
configuration file /etc/nginx/nginx.conf test is successful nginx.