-
Website
http://jamiemurai.com -
Original page
http://jamiemurai.com/2008/01/wordpress-with-apache-and-nginx/ -
Subscribe
All Comments -
Community
-
Top Commenters
-
HarddiskRe-Covery
1 comment · 1 points
-
Jamie
6 comments · 1 points
-
Vito Botta
1 comment · 1 points
-
eddiepetosa
1 comment · 1 points
-
Paul Stamatiou
1 comment · 8 points
-
-
Popular Threads
Setting a far in the future expiration date for existing static files would keep them from being downloaded a second time, but what about newly added static file? For example, a site that is frequently updated with new images would benefit from those images being served from NginX.
Also, setting the expiration date ahead is good for users who have previously visited your site, but what about first time users? Or users who have cleared out their temporary internet files? What if the site was dugg? You would be receiving a large spike in traffic from users who need to download all that static content. In those cases, your performance will benefit greatly from NginX's ability to quickly serve static files.
I've got a similar setup working, with nginx as front end to apache for a Wordpress blog (among other things).
It is working fine for the static files such as images, stylesheets, and javascripts, but I am also trying to make nginx serve directly the static html files created by WP Super Cache.
Have you got any tips to get this working?
Thanks in advance