Syntax: | proxy_next_upstream_timeout |
---|---|
Default: | proxy_next_upstream_timeout 0; |
Context: | http , server , location |
This directive appeared in version 1.7.5.
Limits the time during which a request can be passed to the next server. The 0
value turns off this limitation.
Please login to continue.