scgi_cache_bypass

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

Defines conditions under which the response will not be taken from 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 taken from the cache:

scgi_cache_bypass $cookie_nocache $arg_nocache$arg_comment;
scgi_cache_bypass $http_pragma    $http_authorization;

Can be used along with the scgi_no_cache directive.

doc_nginx
2017-02-09 07:08:51
Comments
Leave a Comment

Please login to continue.