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 ~ \.mp4$ { keepalive_timeout 3600s; } Posted at Nginx Forum: http://forum.nginx.org/read.php?2,252851,252851#msg-252851 _______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx