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

Hi, Since I've recompiled nginx (nginx-1.2.5) with the nginx_tcp_proxy_module (latest snapshot form github), the server has started freezing. It stopps accepting http requests. The web browsers are just left waiting....

I'm attempting to get one nginx process to proxy for two separate webapps differentiated by hostname. Here's my nginx.conf: ``` conf worker_processes 1; events { worker_connections 1024; } tcp {...

It is not an app issue. I'm preparing to use this module as a websocket proxy and it works fine. The only thing is that the conection is not kept...

When the nginx daemon is reloaded, the logfile handle isnt updated. It is common for logrotate to change move the file and then reload nginx to reload the handle to...

If I have an access log in the http section, can I use the same log file in the tcp section (I take responsibility for formatting the rows the same,...

I wonder how the develop branch is? I'm now getting a tarball at 4a048dfd9a and was wondering if there might be a release candidate any time soon? I don't mind...

Hey guys, Is it possible that the server_name directive in the server directive is be ignored? If I write something like: tcp { upstream cluster { server 127.0.0.1:8000; ``` check...

I haven't test for now, but will you module work with xmpp connections ? (And if not, that can be a VERY good idea :))

I attempted to compile the develop branch at 58217c68534. I got an error when running make. I am compiling nginx 1.20. I an not quire sure how to fix this....

Nginx version: 1.0.13 I am building an rpm version of nginx using the latest stable version. I have a patch directive in my spec file pointing to the tcp.patch file...