nginx_tcp_proxy_module icon indicating copy to clipboard operation
nginx_tcp_proxy_module copied to clipboard

add the feature of tcp proxy with nginx, with health check and status monitor

Results 103 nginx_tcp_proxy_module issues
Sort by recently updated
recently updated
newest added

We'd like the upstream servers to be notified of the original IP and port that the client connection is coming from. Currently, we're using HAProxy and its `accept-proxy` v1 support....

hello I'm a nginx new learner,recently I read you tcp_proxy module for ngx,bu I have some questions. ONE:what's the difference between the ngx_http_proxy_module and this module(tcp_proxy)? I konw it would...

It is not possible to make connections (proxy_pass) to a service running on the same machine. Wireshark shows the following sequence: NGINX Service SYN -->      FIN, ACK -->      The Nginx...

There is no document about upstream ssl, If nginx_tcp_proxy_module not support upstream please write it into document. If it suport upstream ssl please add a example.

release 还是1月的,您更新这么勤快,请顺便更新稳定版,谢谢。

你好yaoweibin,请问proxy_pass是否支持变量$host呢? 如: nginx_tcp_proxy_module是否支持proxy_pass $host:443;

Some codes are referred from ngx_http_upstream_keepalive_module. This module add connection pool for specific upstream servers. if enabled, when client quits, ngx_tcp_proxy puts the connection which is connected to upstream into...

I build nginx 1.4.7 with tcp_proxy_module, when i try to use tcp_check_status, nginx returns 500 error nginx config: ``` nginx http { server { listen 9999; location /status { tcp_check_status;...

Hello, I really appreciate nginx modules you develop/mantain, I'm learning a lot with your code! However, regarding Windows support, when building using nginx instructions there are some issues when compiling...

``` 当代理TCP端口超过20个时,启动时不报错,但在error.log里有以下错误,且tcpstatus的地址也无法打开,请问是怎么回事: ``` **\* glibc detected **\* nginx: worker process: double free or corruption (!prev): 0x085e4268 *** **\* glibc detected **\* nginx: worker process: malloc(): memory corruption: 0x085e5270 *** **\*...