comparison conf/scgi_params @ 593:4d3e880ce86c NGINX_0_8_42

nginx 0.8.42 *) Change: now nginx tests locations given by regular expressions, if request was matched exactly by a location given by a prefix string. The previous behavior has been introduced in 0.7.1. *) Feature: the ngx_http_scgi_module. Thanks to Manlio Perillo. *) Feature: a text answer may be added to a "return" directive.
author Igor Sysoev <http://sysoev.ru>
date Mon, 21 Jun 2010 00:00:00 +0400
parents
children
comparison
equal deleted inserted replaced
592:c570633043e7 593:4d3e880ce86c
1
2 scgi_param REQUEST_METHOD $request_method;
3 scgi_param REQUEST_URI $request_uri;
4 scgi_param QUERY_STRING $query_string;
5 scgi_param CONTENT_TYPE $content_type;
6
7 scgi_param DOCUMENT_URI $document_uri;
8 scgi_param DOCUMENT_ROOT $document_root;
9 scgi_param SCGI 1;
10 scgi_param SERVER_PROTOCOL $server_protocol;
11
12 scgi_param REMOTE_ADDR $remote_addr;
13 scgi_param REMOTE_PORT $remote_port;
14 scgi_param SERVER_PORT $server_port;
15 scgi_param SERVER_NAME $server_name;