fastcgi cache valid игнорирует время кеширования

neomaq nginx-forum на forum.nginx.org
Ср Сен 27 15:26:24 UTC 2017


имеется 

location /ajax/ops {

default_type application/json;
add_header Charset utf-8;

fastcgi_cache_lock on;
fastcgi_cache_lock_timeout 1s;
fastcgi_cache_key "$scheme$request_method$host$request_uri";
fastcgi_cache MYAPP;
fastcgi_cache_valid 200 20s;
fastcgi_cache_min_uses 0;
add_header X-CACHE $upstream_cache_status;
fastcgi_ignore_headers Cache-Control Expires Set-Cookie;
fastcgi_hide_header "Set-Cookie";
        root   /var/www
        include         fastcgi_params;
        fastcgi_pass    backend;
        fastcgi_index   index.php;
        fastcgi_param   SCRIPT_FILENAME  /var/www/index.php;
access_log  /var/log/nginx/ops.log;
}


при этом по факту все кешируется не на 20 секунд а на 5
в чем может быть дело?

Posted at Nginx Forum: https://forum.nginx.org/read.php?21,276577,276577#msg-276577



Подробная информация о списке рассылки nginx-ru