nginx 1.13 binaries

2017-07-22 Thread Gee Bunny
Are there plans to add nginx 1.13 to any of the yum repositories? Like: http://nginx.org/packages/centos/6/x86_64/RPMS/ Some of us would like to run the latest version of NGINX with TLS1.3 support, without having to compile from source. Are there any plans or ETA to have nginx 1.13 aded to the

Re: try_files and gzip_static

2017-07-22 Thread DonaldCock
Still have been working on it, and I can tell gunzip works just fine even without uncompressed files. But try_files and rewrite just don't acknowledge it at all. Is this a bug or is it intended? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,275539,275613#msg-275613 __

Filter installation for WebSocket protocol in Nginx.

2017-07-22 Thread mohini
I have an working nginx module (http_content_Modify_module) that acts as a proxy and manipulates some specific http data coming to the proxy before sending it to the upstream server.Used nginx1.6.2 for this and was implemented by installing filters in the "post-configuration" setup. Now I need to m