You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
constraints under heavy traffic. A CDN can remove the need to serve static
91
95
assets from that nginx server so it can purely act as a pass through for
92
96
requests to the Green Unicorn WSGI server.</p>
93
-
<p>CDNs distribute request load globally by using data centers in different
94
-
locations.</p>
97
+
<p>CDNs send content responses from data centers with the closest proximity to the requester.</p>
95
98
<h2>Static Content Resources</h2>
96
99
<p><ahref="http://blog.doismellburning.co.uk/2012/07/14/using-amazon-s3-to-host-your-django-static-files/">Using Amazon S3 to host your Django static files</a></p>
97
100
<p><ahref="http://www.hanselman.com/blog/CDNsFailButYourScriptsDontHaveToFallbackFromCDNToLocalJQuery.aspx">CDNs fail, but your scripts don't have to</a></p>
0 commit comments