It seems to be universally considered good practise to run Nginx as a reverse proxy in front of Apache for serving PHP.
Is this still the case when using a CDN to serve all static assets (images/css/js)?
Obviously serving static files fast is one of the main advantages of having Nginx in front but is it still worth running it with only dynamic requests for it's advantage as a buffer for slow clients?
Thanks,
Ian