We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 65effb9 + 32bdd17 commit 9b2e2c5Copy full SHA for 9b2e2c5
go.sh
@@ -36,6 +36,8 @@ if [ "${LOAD_BALANCER_CIDR}" != "" ]; then
36
real_ip_header proxy_protocol;
37
set \$real_client_ip_if_set '\$proxy_protocol_addr ';
38
set_real_ip_from ${LOAD_BALANCER_CIDR};
39
+ set \$http_listen_port '${HTTP_LISTEN_PORT}';
40
+ set \$https_listen_port '${HTTPS_LISTEN_PORT}';
41
EOF-LISTEN-PP
42
else
43
msg "No \$LOAD_BALANCER_CIDR set, using straight SSL (client ip will be from loadbalancer if used)..."
0 commit comments