Re: Raw socket answer (non-http request reply)

2015-08-28 Thread Jan Moskyto Matejka
On Fri, Aug 28, 2015 at 12:04:07PM +0300, Ilja Razinkov wrote: > i have to handle raw socket connections in simple manner: any > connection to specific port should be served with predefined data > (text string), without http headers, wrappings, etc. > > Is it possible to do with nginx? May be ther

Re: nginx dockerfile.

2015-08-28 Thread Atul Sowani
Hi Kevin, Many thanks for the pointer. That is exactly what I am looking for. Now counting on my own experience, I think such dockerfiles should be integrated with the nginx source code itself. This will make the nginx source code self-contained and build process consistent. Otherwise, developers

Raw socket answer (non-http request reply)

2015-08-28 Thread Ilja Razinkov
i have to handle raw socket connections in simple manner: any connection to specific port should be served with predefined data (text string), without http headers, wrappings, etc. Is it possible to do with nginx? May be there is plugin or something similar. To be specific - i wish to serve Adobe

Re: nginx dockerfile.

2015-08-28 Thread Kevin Jones
Hello Atul, Is this what you are looking for? Keep in mind I just threw this together to give you an idea of how you could do this and it should be tested. Let me know if you have any suggestions or questions. https://github.com/kmjones1979/docker-nginx-compiled/blob/master/Dockerfile g...@git