where are variables defined?

Boern cayson.z at gmail.com
Fri Oct 23 08:56:00 MSD 2009


Hi,all:
I am newbie for nginx,and I have read the nginx English site article
about modules and configure,but I have a question that there are lots
of variables used in nginx.conf  and I cann`t find where that`s
defined ,like this:
---------------------------------------------------------------------------------------
fastcgi_param  QUERY_STRING       $query_string;
fastcgi_param  REQUEST_METHOD     $request_method;
fastcgi_param  CONTENT_TYPE       $content_type;
fastcgi_param  CONTENT_LENGTH     $content_length;

fastcgi_param  SCRIPT_NAME        $fastcgi_script_name;
fastcgi_param  REQUEST_URI        $request_uri;
fastcgi_param  DOCUMENT_URI       $document_uri;
fastcgi_param  DOCUMENT_ROOT      $document_root;
fastcgi_param  SERVER_PROTOCOL    $server_protocol;

fastcgi_param  GATEWAY_INTERFACE  CGI/1.1;
fastcgi_param  SERVER_SOFTWARE    nginx/$nginx_version;

fastcgi_param  REMOTE_ADDR        $remote_addr;
fastcgi_param  REMOTE_PORT        $remote_port;
fastcgi_param  SERVER_ADDR        $server_addr;
fastcgi_param  SERVER_PORT        $server_port;
fastcgi_param  SERVER_NAME        $server_name;
------------------------------------------------------------------------------------------------------
so,andbody can explain that? maybe the offical site needs has a
complete document !

-- 
Boern Parx





More information about the nginx mailing list