upstream idp_backend {
	server ${NGX_IDP_HOSTNAME}:443 max_conns=${NGX_MAX_CONN};
	keepalive ${NGX_IDP_UPSTREAM_KEEPALIVE};
}

