Dear all

I have electronic device and I config to send TCP/IP data to my server by raw 
data no http header.

My server use nginx with and config for use module ngx_stream_core_module like 
this


stream {
        server {
                listen            127.0.0.1:8080;
                proxy_pass        127.0.0.1:9090;
                proxy_buffer_size 16k;
        }
}

I run fastcgi server at port 9090. How I config nginx for sent transaction from 
8080 to fastcgi server at 9090



Thank you.



_______________________________________________
nginx mailing list
[email protected]
http://mailman.nginx.org/mailman/listinfo/nginx

Reply via email to