Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
On Fri, Jan 15, 2010 at 03:58:07AM -0500, milordk wrote:
> Игорь,
> то есть решение - закомментить proxy_store on; ?
Да.
> в proxy_cache - что то должно отображаться?..
Конфигурация примерно такая%
http {
proxy_temp_path /spool/nginx/proxy_temp;
proxy_cache_path /spool/nginx/cache
levels=1:2 keys_zone=CACHE:10m
inactive=3h;
server {
location ... {
proxy_pass ...
proxy_cache CACHE;
proxy_cache_valid 10m;
proxy_cache_use_stale error timeout invalid_header updating
http_500 http_502 http_503 http_504;
--
Игорь Сысоев
http://sysoev.ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
- References:
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
- Re: Nginx 0.8.31 & proxy_cache, fastcgi_proxy
|