comparison src/http/ngx_http_request.h @ 2992:2465ff3da161

geo module supports trusted proxies
author Igor Sysoev <igor@sysoev.ru>
date Wed, 22 Jul 2009 09:43:14 +0000
parents 0bb8c54f4c45
children 67254117b774 ef8cfb09a50b
comparison
equal deleted inserted replaced
2991:6ae141e270ad 2992:2465ff3da161
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;