aboutsummaryrefslogtreecommitdiff
path: root/src/core/ngx_connection.h
diff options
context:
space:
mode:
authorDmitry Volyntsev <xeioex@nginx.com>2016-05-23 18:44:21 +0300
committerDmitry Volyntsev <xeioex@nginx.com>2016-05-23 18:44:21 +0300
commitf56cf3ddc7740ea94e41457cd1f1fd47b97cdb3d (patch)
tree70e2c3bc7ed26b91ec8c33b49002097842dd2342 /src/core/ngx_connection.h
parent5b267a55bc27f35f38d6d04d2f6284ed4d6156c0 (diff)
downloadnginx-f56cf3ddc7740ea94e41457cd1f1fd47b97cdb3d.tar.gz
nginx-f56cf3ddc7740ea94e41457cd1f1fd47b97cdb3d.zip
Added the $proxy_protocol_port variable.
Diffstat (limited to 'src/core/ngx_connection.h')
-rw-r--r--src/core/ngx_connection.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/ngx_connection.h b/src/core/ngx_connection.h
index 5e07e3174..b11e92b2d 100644
--- a/src/core/ngx_connection.h
+++ b/src/core/ngx_connection.h
@@ -149,6 +149,7 @@ struct ngx_connection_s {
ngx_str_t addr_text;
ngx_str_t proxy_protocol_addr;
+ in_port_t proxy_protocol_port;
#if (NGX_SSL)
ngx_ssl_connection_t *ssl;