upstream ids_backend_${NGX_IDS_HOSTNAME} {
	server ${NGX_IDS_HOSTNAME}:8553 max_conns=${NGX_MAX_CONN};
	keepalive ${NGX_IDS_UPSTREAM_KEEPALIVE};
}
