Welcome! Log In Create A New Profile

Advanced

Re: proxy_bind

January 17, 2017 06:29PM
so following the link you have posted my version does not support proxy_bind?


# My Version
nginx version: nginx/1.10.2



syntax: proxy_bind address [transparent] | off;
Default: —
Context: stream, server
This directive appeared in version 1.9.2.
Makes outgoing connections to a proxied server originate from the specified local IP address. Parameter value can contain variables (1.11.2). The special value off cancels the effect of the proxy_bind directive inherited from the previous configuration level, which allows the system to auto-assign the local IP address.

The transparent parameter (1.11.0) allows outgoing connections to a proxied server originate from a non-local IP address, for example, from a real IP address of a client:

proxy_bind $remote_addr transparent;
Subject Author Posted

proxy_bind

vegetax January 17, 2017 05:24PM

Re: proxy_bind

Francis Daly January 17, 2017 06:00PM

Re: proxy_bind

vegetax January 17, 2017 06:29PM

Re: proxy_bind

Francis Daly January 17, 2017 06:56PM

Re: proxy_bind

vegetax January 18, 2017 02:18PM

Re: proxy_bind

Jim Ohlstein January 18, 2017 02:44PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 271
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready