Chinaunix首页 | 论坛 | 博客
  • 博客访问: 292010
  • 博文数量: 109
  • 博客积分: 5814
  • 博客等级: 大校
  • 技术积分: 1440
  • 用 户 组: 普通用户
  • 注册时间: 2007-12-26 10:17
文章分类

全部博文(109)

文章存档

2010年(9)

2009年(36)

2008年(64)

我的朋友

分类: LINUX

2009-12-14 15:12:02

在nginx http配置段添加
                fastcgi_cache_key $host$request_uri;
                fastcgi_cache_path /usr/local/nginx/fastcgi_cache levels=1:2 keys_zone=TEST:10m inactive=5m;

                fastcgi_cache TEST;
                fastcgi_cache_valid 200 302 1h;
                fastcgi_cache_valid 301 1d;
                fastcgi_cache_valid any 1m;
                fastcgi_cache_min_uses  1;
                fastcgi_cache_use_stale error timeout invalid_header http_500;
红色部分是后面加上的,如果没加的话会造成php访问不正确。或者加载server段
阅读(1607) | 评论(0) | 转发(0) |
0

上一篇:freebsd php-fpm

下一篇:extmail emos1.2 postgrey

给主人留下些什么吧!~~