Yeah, nginx is also reverse proxy caching... all static files on static.lfgss.com come from nginx on the load balancer. If the file isn't there it pulls it from a web server and caches it on the load balancer.
Only dynamic traffic should get down to the web servers themselves, everything static should come from the load balancer after the first hit.
Yeah, nginx is also reverse proxy caching... all static files on static.lfgss.com come from nginx on the load balancer. If the file isn't there it pulls it from a web server and caches it on the load balancer.
Only dynamic traffic should get down to the web servers themselves, everything static should come from the load balancer after the first hit.