[edit] uwsgi_bind

syntax: uwsgi_bind address

default: none

context: http, server, location

example:

uwsgi_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: HttpUwsgiModule