Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: log format и nginx reload
On Jul 9, 2011, at 18:17 , vagner wrote:
> Извините, разобрался - проблема была в
> следующем:
> log_format '$remote_addr - $remote_user [$time_local] '
> '"$request" $status $bytes_sent
> $request_time [$upstream_response_time]'
> '"$http_referer" "$http_user_agent"
> "$gzip_ratio" '
> '"$upstream_addr"';
>
> access_log /var/log/nginx/access.log;
>
> а необходимо было так:
> log_format main '$remote_addr - $remote_user
> [$time_local] '
> '"$request" $status $bytes_sent
> $request_time [$upstream_response_time]'
> '"$http_referer" "$http_user_agent"
> "$gzip_ratio" '
> '"$upstream_addr"';
>
> access_log /var/log/nginx/access.log main;
>
> Соответственно reload можно делать во
> всех случаях, кроме изменения
> параметров сокета. Спасибо
Большинство параметров сокета меняется reload'ом.
--
Igor Sysoev
http://sysoev.ru/en/
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|