Hello, I have recently switched over to nginx as my front end server.
All is well.  However i have a view that sets the Cache-Control header
to no-cache.  But when going to this view, it looks like nginx is
either overwriting the header value or removing/ignoring it all
together.

I'm not 100% i have the server set up correctly, but it is working:

apache/mod_wsgi running on port 8080

nginx:

location ~* {
    proxy_pass http://XXXXX:8080;
    break;
}

Any ideas on this?  Is my setup incorrect?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to