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

I have install nginx 1.2.1 on my server , and I wanna to add this module. but like after I compiled the source I found that the new nginx is...

I am looking to integrate a syslog module with this, howeaver there is no nginx documentation that I can find for creating commands for different protocol blocks, specifically out of...

When I did as the document: `patch -p1 < ./tcp.patch` I got the follow error: ``` can't find file to patch at input line 5 Perhaps you used the wrong...

this is not working: please help tcp{ server { listen websocket.example.com; proxy_pass 127.0.0.1:81; ``` } ``` }

Hey Not really an issue, but more of a request. Would this module fit the needs of loadbalancing with a wbesocket backend? If so, how?

Hi, folks, If you have any new feature request, you can post here.

Hi, I'm trying to use both nginx_tcp_proxy_module & nginx_upstream_check_module, but I'm not able to see the tcp checks (I only see the http ones). Here is how I compiled/installed nginx...

tcp { ``` upstream cluster1 { server 192.168.1.38:3306; } upstream cluster2 { server 192.168.1.196:3306; } server { listen 8888; server_name dd.com; proxy_pass cluster1; } server { listen 8888; server_name d1.com;...

Do you have a list of the ssl error codes that are logged by the tcp_module. I keep receiving a set of code, #3, #5, #6 and #10 that have...

Hi, I'm new to nginx, so my question may seems silly. Anyway, I'm trying to come up with configuration of nginx which will allow proxy to websocket server only for...