Quantcast
Channel: Nginx Forum - Nginx Mailing List - English
Viewing all articles
Browse latest Browse all 7229

Nginx with ngx_stream_core_module (2 replies)

$
0
0
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
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx

Viewing all articles
Browse latest Browse all 7229

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>