Synopsis
worker_address =
address
Use dot notation in address to set the IP address you want the Worker to bind to. This is to override the behavior of binding to all addresses the Worker has assigned to it.
Example
worker_address = 127.0.0.1
...
worker_address =
address
Use dot notation in address to set the IP address you want the Worker to bind to. This is to override the behavior of binding to all addresses the Worker has assigned to it.
worker_address = 127.0.0.1
...