﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	uname	nginx_version
220	Feature Request - Per-server proxy_connect_timeout	riddla riddla	somebody	"Imagine a simple upstream block as follows:

upstream name {
    server     1.1.1.1;
    server     2.2.2.2 backup;
}

It would be really useful to have the ability to set ""per server"" proxy_connect_timeout timeouts. The reasoning for this is pretty straight forward but I will explain:

It would be VERY useful for 'long route' (eg: trans-atlantic / trans-pacific) connections to backends that are far far away, to be able to give a backup server more time then the standard proxy_connect_timeout."	enhancement	new	minor		nginx-module			upstream proxy_connect_timeout			N/A
