В лог очень часто пишутся ошибки вида:
2014/10/10 11:22:52 [error] 15805#0: *332838 open() “/var/www/vhosts/rtfm/rtfm.co.ua/apache-ogranichenie-dostupa-s-pomoshiu-htaccess-ihtpasswd/favicon.ico” failed (2: N
request: “GET /apache-ogranichenie-dostupa-s-pomoshiu-htaccess-ihtpasswd/favicon.ico HTTP/1.1”, host: “rtfm.co.ua”
Что бы не засорять лог – добавим в файл настроек хоста запись:
location = /favicon.ico { access_log off; log_not_found off; }
Проверяем и перезапускаем NGINX:
# nginx -t && service nginx restart nginx: the configuration file /etc/nginx/nginx.conf syntax is ok nginx: configuration file /etc/nginx/nginx.conf test is successful Stopping nginx: [ OK ] Starting nginx: [ OK ]