nginx_tcp_proxy_module
nginx_tcp_proxy_module copied to clipboard
add the feature of tcp proxy with nginx, with health check and status monitor
``` In file included from src/core/ngx_core.h:60, from /root/sources/nginx_tcp_proxy_module/ngx_tcp_session.c:3: /root/sources/nginx_tcp_proxy_module/ngx_tcp_session.c: In function ‘ngx_tcp_send’: /root/sources/nginx_tcp_proxy_module/ngx_tcp_session.c:351:20: error: ‘NGX_LOG_DEBUG_TCP’ undeclared (first use in this function); did you mean ‘NGX_LOG_DEBUG_HTTP’? 351 | ngx_log_debug1(NGX_LOG_DEBUG_TCP, wev->log, 0,...
I have installed nginx from source and I used below config. Currently I have configuration virtual host with proxy pass via html but I don't know how to change configuration...
how to ws to proxy tcp socket?