Nginx Windows | Keepalive timeouts location based
c0nw0nk
nginx-forum at nginx.us
Tue Aug 26 16:50:08 UTC 2014
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
More information about the nginx
mailing list