Opened 12 years ago
#220 new enhancement
Feature Request - Per-server proxy_connect_timeout
Reported by: | riddla riddla | Owned by: | somebody |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | nginx-module | Version: | |
Keywords: | upstream proxy_connect_timeout | Cc: | |
uname -a: | |||
nginx -V: | N/A |
Description
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.
Note:
See TracTickets
for help on using tickets.