Hi,
This is a totally off topic question but is there a way to stop caching at all level?
I have added
-- This is a totally off topic question but is there a way to stop caching at all level?
I have added
expires -1;
add_header Cache-Control "private, must-revalidate, max-age=0";
add_header Last-Modified "";
this on my nginx server block, but there are still some caching are happening. Any way to get rid of that completely. :)
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAFWA-MMiWktOopf443n8ayx%2BTvqLFzbAyyYdqgcvWDc8Mh6-cA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment