Hello!
On Fri, Nov 22, 2013 at 5:42 AM, Falco wrote:
>
> Since we cant have SPDY and ngx.location.capture at the same time, and we
> really want to, were trying to figure the best thing to do.
>
At CloudFlare, we run an extra Nginx (with SPDY and SSL enabled) in
front of the main Nginx doing the heavy lifting (with Lua). The
frontend SSL/SPDY Nginx uses proxy_pass to forward the traffic to the
main Nginx (with proxy_buffering turning off here).
Making ngx.location.capture work with SPDY has its own merits and has
been on my TODO list for quite a while. I'll try to give you a patch
to try later :)
Best regards,
-agentzh