Nginx Windows | Keepalive timeouts location based

2014-08-26 Thread c0nw0nk
I can't tell if this is working or not so i thought i would just ask and perhaps someone can inform me but with nginx keep alive timeouts can we set different timeout values per each location or file type being accessed ? Example : location ~ \.flv$ { flv; keepalive_timeout 60s; } location ~

Re: Nginx Windows | Keepalive timeouts location based

2014-08-26 Thread Styopa Semenukha
On Tuesday, August 26, 2014 12:50:08 PM c0nw0nk wrote: I can't tell if this is working or not so i thought i would just ask and perhaps someone can inform me but with nginx keep alive timeouts can we set different timeout values per each location or file type being accessed ? Example :

Re: Nginx Windows | Keepalive timeouts location based

2014-08-26 Thread itpp2012
You should be able to test this with curl -k, see the curl manpage. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,252851,252852#msg-252852 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Nginx Windows | Keepalive timeouts location based

2014-08-26 Thread Maxim Dounin
Hello! On Tue, Aug 26, 2014 at 12:50:08PM -0400, c0nw0nk wrote: I can't tell if this is working or not so i thought i would just ask and perhaps someone can inform me but with nginx keep alive timeouts can we set different timeout values per each location or file type being accessed ?