aboutsummaryrefslogtreecommitdiff
path: root/src/http/ngx_http_request.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-05-23 14:54:58 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-05-23 14:54:58 +0000
commit6f134cc2751846c7fb64e8862dfe8d57185872af (patch)
treedc9bb5e6acdc1bc5355539a9d7f73c01c83b09c3 /src/http/ngx_http_request.h
parente425c20bbe6b401f1f816fded996543212e08b0c (diff)
downloadnginx-6f134cc2751846c7fb64e8862dfe8d57185872af.tar.gz
nginx-6f134cc2751846c7fb64e8862dfe8d57185872af.zip
nginx-0.3.47-RELEASE importrelease-0.3.47
*) Feature: the "upstream" directive. *) Change: now the "\" escape symbol in the "\"" and "\'" pairs in the SSI command is always removed.
Diffstat (limited to 'src/http/ngx_http_request.h')
-rw-r--r--src/http/ngx_http_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h
index a8aa98397..a694ee553 100644
--- a/src/http/ngx_http_request.h
+++ b/src/http/ngx_http_request.h
@@ -8,7 +8,7 @@
#define _NGX_HTTP_REQUEST_H_INCLUDED_
-#define NGX_HTTP_MAX_REWRITE_CYCLES 10
+#define NGX_HTTP_MAX_URI_CHANGES 10
/* must be 2^n */
#define NGX_HTTP_LC_HEADER_LEN 32