ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: исключить проксированный запрос из лог-файла



при таком:
http {
    geo  $fromfe  {
         default          no;
         192.168.231.231/32   fe0;
    }
server {
    if ($fromfe) {
        access_log  logs/proxied.log;
    }
......
}

выдает при запуске

2009/04/19 05:49:42 [emerg] 3310#0: "access_log" directive is not
allowed here in /usr/local/etc/nginx/nginx.conf:59


--
Best regards, Alexey Bobok



 




Copyright © Lexa Software, 1996-2009.