diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-07-22 09:43:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-07-22 09:43:14 +0000 |
| commit | 15e3b01819bb5edab00c05e48cf7fb0cf9a5d9a5 (patch) | |
| tree | c8d5ffcc6400e5c83ba2a5ca4236dfc1730b183a /src/http/ngx_http_request.h | |
| parent | 16137b0e8cf4ecb82686ea30be6306f12f532812 (diff) | |
| download | nginx-15e3b01819bb5edab00c05e48cf7fb0cf9a5d9a5.tar.gz nginx-15e3b01819bb5edab00c05e48cf7fb0cf9a5d9a5.tar.bz2 | |
geo module supports trusted proxies
Diffstat (limited to '')
| -rw-r--r-- | src/http/ngx_http_request.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http/ngx_http_request.h b/src/http/ngx_http_request.h index fd830b2a5..51f8419b4 100644 --- a/src/http/ngx_http_request.h +++ b/src/http/ngx_http_request.h @@ -184,7 +184,7 @@ typedef struct { ngx_table_elt_t *keep_alive; -#if (NGX_HTTP_PROXY || NGX_HTTP_REALIP) +#if (NGX_HTTP_PROXY || NGX_HTTP_REALIP || NGX_HTTP_GEO) ngx_table_elt_t *x_forwarded_for; #endif |
