http://wiki.nginx.org/HttpCoreModule#Variables
$uri + $args - полный исходный запрос без протокола и имени сайта.
$server_protocol + $host + $uri + $args - плюс имя хоста и протокол
$request_uri - адрес до модификаций, $uri (оно же $document_uri) - после.
Ещё из наиболее часто используемых (у нас)
$cookie_COOKIE
The value of the cookie COOKIE;
$http_HEADER
The value of the HTTP request header HEADER when converted to lowercase and with 'dashes' converted to 'underscores', e.g. $http_user_agent, $http_referer...;
$is_args
Evaluates to "?" if $args is set, "" otherwise.
Для отладки может пригодиться модуль echo.
Комментариев нет:
Отправить комментарий