aboutsummaryrefslogtreecommitdiff
path: root/src/http/modules/proxy/ngx_http_proxy_handler.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2004-03-14 20:46:25 +0000
committerIgor Sysoev <igor@sysoev.ru>2004-03-14 20:46:25 +0000
commit3646a1669df23e2dcfb7cc8c940abeb822d8f010 (patch)
tree3fa72a0986c1bbb70eb393a0073c117bb82dcd54 /src/http/modules/proxy/ngx_http_proxy_handler.h
parent67f88e9cc678d31b5995518922d3fcb63a129465 (diff)
downloadnginx-3646a1669df23e2dcfb7cc8c940abeb822d8f010.tar.gz
nginx-3646a1669df23e2dcfb7cc8c940abeb822d8f010.zip
nginx-0.0.2-2004-03-14-23:46:25 import
Diffstat (limited to 'src/http/modules/proxy/ngx_http_proxy_handler.h')
-rw-r--r--src/http/modules/proxy/ngx_http_proxy_handler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http/modules/proxy/ngx_http_proxy_handler.h b/src/http/modules/proxy/ngx_http_proxy_handler.h
index 44fb662c0..dd9cd15fc 100644
--- a/src/http/modules/proxy/ngx_http_proxy_handler.h
+++ b/src/http/modules/proxy/ngx_http_proxy_handler.h
@@ -41,6 +41,7 @@ typedef struct {
ngx_str_t port_text;
ngx_str_t *location;
int port;
+ unsigned default_port:1;
} ngx_http_proxy_upstream_conf_t;
@@ -60,6 +61,7 @@ typedef struct {
ngx_flag_t cache;
+ ngx_flag_t preserve_host;
ngx_flag_t set_x_real_ip;
ngx_flag_t add_x_forwarded_for;