You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Defines a timeout for establishing a connection with a proxied server.
331
332
333
+
proxy_connect_data_timeout
334
+
--------------------------
335
+
336
+
Syntax: **proxy_connect_data_timeout `time`**
337
+
Default: `60s`
338
+
Context: `server`
339
+
340
+
Sets the timeout between two successive read or write operations on client or proxied server connections. If no data is transmitted within this time, the connection is closed.
Defines a timeout for reading a response from the proxied server.
341
-
The timeout is set only between two successive read operations, not for the transmission of the whole response.
342
-
If the proxied server does not transmit anything within this time, the connection is closed.
349
+
Deprecated.
350
+
351
+
It has the same function as the directive `proxy_connect_data_timeout` for compatibility. You can configure only one of the directives (`proxy_connect_data_timeout` or `proxy_connect_read_timeout`).
0 commit comments