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
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
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
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