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
This module logs its own error message beginning with `"proxy_connect:"` string.
257
+
Some typical error logs are shown as following:
258
+
259
+
* The proxy_connect module tries to establish tunnel connection with backend server, but the TCP connection timeout occurs.
260
+
261
+
```
262
+
2019/08/07 17:27:20 [error] 19257#0: *1 proxy_connect: upstream connect timed out (peer:216.58.200.4:443) while connecting to upstream, client: 127.0.0.1, server: , request: "CONNECT www.google.com:443 HTTP/1.1", host: "www.google.com:443"
263
+
```
264
+
242
265
Directive
243
266
=========
244
267
@@ -337,29 +360,6 @@ In order for this parameter to work, it is usually necessary to run nginx worker
337
360
338
361
NOTE: If using `set $<nginx variable>` and `proxy_connect_bind $<nginx variable>` together, you should use `proxy_connect_rewrite.patch` instead, see [Install](#install) for more details.
0 commit comments