Welcome! Log In Create A New Profile

Advanced

RE: proxy_cache ramdisk

January 31, 2010 05:30PM
I'm able to cache php pages with the following but I can't seem to cache
static images with proxy_cache.





This works:

location ~ \.php$ {

fastcgi_index
index.php;

fastcgi_pass
127.0.0.1:9000;

fastcgi_cache
cachephp;

fastcgi_cache_key
127.0.0.1:9000$request_uri;

fastcgi_cache_valid
200 1h;

include
fastcgi_params;

fastcgi_intercept_errors
On;

fastcgi_ignore_client_abort
On;

fastcgi_buffer_size
128k;

fastcgi_buffers
4 128k;

}



This does not work:

location ~*
\.(jpg|jpeg|gif|css|png|js|ico|tif)$ {

access_log
off;

expires
30d;

proxy_pass
http://127.0.0.1;

proxy_cache_key
$scheme$host$request_uri

proxy_cache
cachestatic;

proxy_cache_valid
200 1h;

proxy_cache_valid
404 5m;

break;

}



Using:

fastcgi_temp_path
/etc/nginx/temp_cache;

fastcgi_cache_path /etc/nginx/cache


levels=1:2


keys_zone=cachephp:10m


inactive=7d


max_size=128m;



proxy_temp_path
/etc/nginx/temp_cache;

proxy_cache_path /etc/nginx/cache


levels=1:2


keys_zone=cachestatic:10m


inactive=7d


max_size=128m;

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

proxy_cache ramdisk

testbot January 29, 2010 11:48AM

RE: proxy_cache ramdisk

testbot January 30, 2010 01:50PM

RE: proxy_cache ramdisk

testbot January 31, 2010 05:30PM

Re: proxy_cache ramdisk

Igor Sysoev February 01, 2010 11:40AM

RE: proxy_cache ramdisk

testbot February 01, 2010 11:54AM

Re: proxy_cache ramdisk

Igor Sysoev February 01, 2010 12:10PM

RE: proxy_cache ramdisk

testbot February 01, 2010 12:30PM

Re: proxy_cache ramdisk

Igor Sysoev February 01, 2010 12:40PM

Re: proxy_cache ramdisk

Ryan Malayter February 02, 2010 09:48AM

RE: proxy_cache ramdisk

testbot February 02, 2010 12:58PM

Re: proxy_cache ramdisk

Ryan Malayter January 31, 2010 10:08PM

Re: proxy_cache ramdisk

nexthop January 31, 2010 10:14PM

Re: proxy_cache ramdisk

Ryan Malayter February 01, 2010 09:20AM

RE: proxy_cache ramdisk

testbot February 01, 2010 11:04AM

Re: proxy_cache ramdisk

Ryan Malayter February 01, 2010 05:50PM

RE: proxy_cache ramdisk

testbot February 01, 2010 11:10AM

RE: proxy_cache ramdisk

danny February 01, 2010 11:22AM

Re: proxy_cache ramdisk

Akins, Brian February 01, 2010 08:04AM

Re: proxy_cache ramdisk

Igor Sysoev February 01, 2010 11:42AM

Re: proxy_cache ramdisk

nexthop February 01, 2010 12:24PM

Re: proxy_cache ramdisk

Igor Sysoev February 01, 2010 12:36PM

Re: proxy_cache ramdisk

nexthop February 01, 2010 08:58PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 187
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready