⬅︎ Back to Is Nginx obsolete now that we have Amazon CloudFront?
This solution is good... until some dude finds out that you're actually serving static file from Django. He will then make requests again and again for that CSS you are serving to cause your server slow down to a crawl.Would you want to tag on CDN for help?
That is indeed a problem. There are of course, solutions to that too but they come with their own set of complexities.
Comment
This solution is good... until some dude finds out that you're actually serving static file from Django. He will then make requests again and again for that CSS you are serving to cause your server slow down to a crawl.
Would you want to tag on CDN for help?
Replies
That is indeed a problem. There are of course, solutions to that too but they come with their own set of complexities.