High traffic on Nginx-Webservers !!
mex
nginx-forum at nginx.us
Tue Apr 22 11:56:51 UTC 2014
depending on your setup you might think about serving static
content and videos directly from nginx:
http://www.nginxtips.com/optimizing-nginx-for-video-sites/
anything served directly from nginx, not going to apache will boost your
performance.
> Mex, That's a high amount of reduction in load-avg than :). Could you
> please refer me to some guide to start with nginx-cache ?
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache
http://wiki.nginx.org/ReverseProxyCachingExample
a little more detailed:
http://reviewsignal.com/blog/2013/08/29/reverse-proxy-and-cache-server-with-nginx/
> And also it's
> drawbacks if i put the wrong configs ?
stale content, but it might be ok to run with a very short cache-time
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249437,249447#msg-249447
More information about the nginx
mailing list