uwsgi_no_cache

Syntax: uwsgi_no_cache string ...;
Default:
Context: http, server, location

Defines conditions under which the response will not be saved to a cache. If at least one value of the string parameters is not empty and is not equal to “0” then the response will not be saved:

uwsgi_no_cache $cookie_nocache $arg_nocache$arg_comment;
uwsgi_no_cache $http_pragma    $http_authorization;

Can be used along with the uwsgi_cache_bypass directive.

doc_nginx
2017-02-09 07:10:05
Comments
Leave a Comment

Please login to continue.