proxy_cache does not work

Nime nginx-forum at nginx.us
Thu May 28 11:27:04 MSD 2009


Hello,

I am running nginx 0.7.57 on FreeBSD 7.1 64 bit

I have added following lines to http config:

    proxy_cache_path  /home/nginx/cache levels=1:2 keys_zone=one:10m max_size=200m;
    proxy_temp_path /home/nginx/temp;

and following in server location:

    location /site/search {
        proxy_pass http://backend;
        proxy_cache             one;
        proxy_cache_key         backend$request_uri;
        proxy_cache_valid       1m;
    }

However, when I reload config and try accessing website, nothing is being put into cache folders.

Is something obviously wrong in my config and if not, what are the ways to debug why proxy cache does not work? (i have checked permissions etc. already)

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,2443,2443#msg-2443






More information about the nginx mailing list