ตอบกลับ: Re: Nginx with ngx_stream_core_module

2016-10-28 Thread Nattakorn S
hange my app. Please suggest me how to develop c++ app for receive stream without fastcgi. Thank you ส่ง​จาก Samsung ​Mobile ข้อ​ความ​ดั้ง​เดิม จาก: Maxim Dounin วัน​ที่: 28/10/2016 18:31 (GMT+07:00) ถึง: nginx@nginx.org เรื่อง: Re: Nginx with ngx_stream_core_module Hello

Re: Nginx with ngx_stream_core_module

2016-10-28 Thread Maxim Dounin
Hello! On Fri, Oct 28, 2016 at 11:16:03AM +, Nattakorn S wrote: > 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

Nginx with ngx_stream_core_module

2016-10-28 Thread Nattakorn S
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 { listen127.0.0.1:8080; proxy_pa