uwsgi_cache_lock_timeout

Syntax: uwsgi_cache_lock_timeout time;
Default: uwsgi_cache_lock_timeout 5s;
Context: http, server, location

This directive appeared in version 1.1.12.

Sets a timeout for uwsgi_cache_lock. When the time expires, the request will be passed to the uwsgi server, however, the response will not be cached.

Before 1.7.8, the response could be cached.
doc_nginx
2017-02-09 07:09:56
Comments
Leave a Comment

Please login to continue.