keep worker 0 for internal usages
This commit is contained in:
parent
5fc9217063
commit
b72b4e03b1
|
@ -66,7 +66,9 @@ http {
|
||||||
# sticky only on commercial nginx
|
# sticky only on commercial nginx
|
||||||
# sticky cookie srv_id expires=8h;
|
# sticky cookie srv_id expires=8h;
|
||||||
{% for n in range(osp_worker_count) %}
|
{% for n in range(osp_worker_count) %}
|
||||||
|
{% if n != 0 %}
|
||||||
server 127.0.0.1:{{ osp_worker_start_port + n }};
|
server 127.0.0.1:{{ osp_worker_start_port + n }};
|
||||||
|
{% endif %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue