[ANN] Nchan: a pubsub server module for Websocket, EventSource, Long-Poll and more

2015-12-13 Thread nobody
The module formerly known as NGINX HTTP Push Module is now Nchan. Nchan is a light, scalable, and flexible pub/sub server for the modern web. It can be configured as a standalone server, or as a shim between an application and tens, thousands, or millions of live subscribers. It can buffer message

Re: how to use keepalive with Nginx revers proxy?

2015-12-13 Thread winghokwan
I have the same issue. I use Lua and Redis for the reverse proxy lookup and don't use upstream. How to use keepalive then? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,248924,263445#msg-263445 ___ nginx mailing list nginx@nginx.org http://

Re: how to use keepalive with Nginx revers proxy?

2015-12-13 Thread winghokwan
I have the same question, any update on it. I am using Lua and Redis for the reverse proxy lookup and don't define upstream. How can we use keepalive? Posted at Nginx Forum: https://forum.nginx.org/read.php?2,248924,263444#msg-263444 ___ nginx mailing

Using uninitialized variable value

2015-12-13 Thread Tomas Kvasnicka
Hi, we are getting quite a lot of these warnings about using uninitialized variables, although we have “set” directive for each variable in every server block. I understand the fact, that it happens when the request is not valid and the rewrite module handler does not run, but this also happen

Is stale-while-revalidate (RFC 5861) currently supported in nginx?

2015-12-13 Thread Adrian D'Atri-Guiran
There is a very old post from September, 2011 which says it is not supported, I am just wondering if anything has changed since then? http://mailman.nginx.org/pipermail/nginx/2011-September/028926.html Thanks! ___ nginx mailing list nginx@nginx.org http

Request configuration file review

2015-12-13 Thread jack cowlick
Im pretty decent at configuring nginx, but I do it so seldomly, that I forget everything when its time to make changes.   I have a configuration file that I have optimized for my wordpress based site that includes some anti-hacking stuff from various posts ive gathered around the web. But Im not