[edit] scgi_bind

syntax: scgi_bind address

default: none

context: http, server, location

example:

scgi_bind  192.168.1.1;

Binds each upstream connection to a local address before calling connect(). It may be useful if host has several interfaces/aliases and you want to pass outgoing connections from specific interface/address.


Module: HttpScgiModule