You are viewing an old version of this page. View the current version.

    Compare with Current View Page History

    « Previous Version 2 Current »

    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

    Defaults

    (all)
    (all IP addresses on this host)

    • No labels