Disable static file caching in Tornado

Viewed 10176

By default, Tornado puts a Cache-Control: public header on any file served by a StaticFileHandler. How can this be changed to Cache-Control: no-cache?

2 Answers
Related