Syntax: uwsgi_cache_valid [code ...] time; Default: — Context: http, server, location
Sets caching time for different response codes. For example, the following directives
uwsgi_cache_valid 200 302 10m;
uwsgi_cache_valid 404 1m;
set 10 minutes of caching for responses with codes 200 and 302 and 1 minute for responses with code 404.
If only caching time is specified
uwsgi_cache_valid 5m;
then only 200, 301, and 302 responses are cached.
In addition, the any paramete