I just started developing in Django a few days back. After finishing a few applications I read that Django is best served using nginx for static content and a reverse proxy to apache for dynamic contents. Is there a particular reason that this configuration preferred over any other?
Also, although this seems to be the standard approach I havent yet been able to find a proper tutorial or document that walks through such a configuration. Most seem to be incomplete/non-working.
It would be great if someone could explain to me how this is to be done or point in the right direction or maybe link a tutorial here.
Thanks in advance.