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

    Compare with Current View Page History

    « Previous Version 2 Current »

    Synopsis

    supervisor_host_policy = policy

    Policy is a designation for how the Supervisor determines which Workers will be allowed to join the farm.

    Values

    • restricted – hosts must be specified by name or address in the supervisor_worker_configfile
    • restrictedbyname – hosts must be specified by name in the supervisor_worker_configfile
    • restrictedbyaddress – hosts must be specified by IP address in the supervisor_worker_configfile
    • open – no restrictions, any host can join


    Example

    supervisor_host_policy = restrictedbyaddress

    Defaults

    open

    • No labels