comparison src/http/ngx_http_request.h @ 3242:f678ea405737 stable-0.7

merge r2993: geo module supports trusted proxies
author Igor Sysoev <igor@sysoev.ru>
date Mon, 26 Oct 2009 16:42:19 +0000
parents 042124063e3d
children 67254117b774 ef8cfb09a50b
comparison
equal deleted inserted replaced
3241:0ecc8d7c77b1 3242:f678ea405737
182 182
183 ngx_table_elt_t *authorization; 183 ngx_table_elt_t *authorization;
184 184
185 ngx_table_elt_t *keep_alive; 185 ngx_table_elt_t *keep_alive;
186 186
187 #if (NGX_HTTP_PROXY || NGX_HTTP_REALIP) 187 #if (NGX_HTTP_PROXY || NGX_HTTP_REALIP || NGX_HTTP_GEO)
188 ngx_table_elt_t *x_forwarded_for; 188 ngx_table_elt_t *x_forwarded_for;
189 #endif 189 #endif
190 190
191 #if (NGX_HTTP_REALIP) 191 #if (NGX_HTTP_REALIP)
192 ngx_table_elt_t *x_real_ip; 192 ngx_table_elt_t *x_real_ip;