找回密码
 立即注册
搜索
热搜: 活动 交友 discuz
查看: 48|回复: 6

关于nginx反代缓存问题……

[复制链接]

38

主题

533

回帖

1184

积分

金牌会员

积分
1184
发表于 2013-2-2 20:33:51 | 显示全部楼层 |阅读模式
[ol]
  • server
  •         {
  •                 listen       80;
  •                 server_name xxx.xx;
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •         location / {
  •         subs_filter 'http://www.hostloc.com/' '/';
  •         proxy_set_header   X-Real-IP  $remote_addr;
  •         proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;
  •         proxy_set_header   Referer http://www.hostloc.com/;        
  •         proxy_set_header   Host www.hostloc.com;                  
  •         proxy_pass http://www.hostloc.com/;                        
  •         proxy_set_header Accept-Encoding "";               
  •         expires 5d;
  •                
  •         proxy_cache cache_one;
  •         proxy_cache_valid  any 3d;
  •         proxy_cache_key $host$uri$is_args$args;
  • access_log off;
  •         }
  • }[/ol]复制代码这样缓存正常……[ol]
  • server
  •         {
  •                 listen       80;
  •                 server_name xxx.xx;
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •         location / {
  •         subs_filter 'http://www.vpsmm.com/' '/';
  •         proxy_set_header   X-Real-IP  $remote_addr;
  •         proxy_set_header   X-Forwarded-For $proxy_add_x_forwarded_for;
  •         proxy_set_header   Referer http://www.vpsmm.com/;        
  •         proxy_set_header   Host www.vpsmm.com;                  
  •         proxy_pass http://www.vpsmm.com/;                        
  •         proxy_set_header Accept-Encoding "";               
  •         expires 5d;
  •                
  •         proxy_cache cache_one;
  •         proxy_cache_valid  any 3d;
  •         proxy_cache_key $host$uri$is_args$args;
  • access_log off;
  •         }
  • }
  • [/ol]复制代码小夜的博客就无法缓存……
    然后又试了些其他网站
    貌似header里有“Cache-Control:no-store, no-cache, must-revalidate, post-check=0, pre-check=0”都缓存不了……
    球大神解决

  • 回复

    使用道具 举报

    0

    主题

    30

    回帖

    62

    积分

    注册会员

    积分
    62
    发表于 2013-2-2 20:38:12 | 显示全部楼层
    等待高人.....原来还有这手
    回复

    使用道具 举报

    38

    主题

    533

    回帖

    1184

    积分

    金牌会员

    积分
    1184
     楼主| 发表于 2013-2-2 20:39:44 | 显示全部楼层



    Cache-Control不是对浏览器才有效么
    回复

    使用道具 举报

    38

    主题

    533

    回帖

    1184

    积分

    金牌会员

    积分
    1184
     楼主| 发表于 2013-2-2 20:59:44 | 显示全部楼层
    求解

    回复

    使用道具 举报

    110

    主题

    1万

    回帖

    2万

    积分

    论坛元老

    积分
    20658
    发表于 2013-2-2 21:32:34 | 显示全部楼层
    官方都说得很清楚了还来问……
    http://wiki.nginx.org/HttpProxyModule#proxy_ignore_headers
    回复

    使用道具 举报

    38

    主题

    533

    回帖

    1184

    积分

    金牌会员

    积分
    1184
     楼主| 发表于 2013-2-2 21:45:15 | 显示全部楼层

    wdlth 发表于 2013-2-2 21:32



    官方都说得很清楚了还来问……
    http://wiki.nginx.org/HttpProxyModule#proxy_ignore_headers ...

    3Q……
    已经解决问题
    回复

    使用道具 举报

    14

    主题

    285

    回帖

    616

    积分

    高级会员

    积分
    616
    发表于 2013-2-2 21:32:00 | 显示全部楼层

    wdlth 发表于  昨天 21:32



    官方都说得很清楚了还来问……
    http://wiki.nginx.org/HttpProxyModule#proxy_ignore_headers...

    大神,求搞基。来自: iPhone客户端
    回复

    使用道具 举报

    您需要登录后才可以回帖 登录 | 立即注册

    本版积分规则

    Archiver|手机版|小黑屋|Discuz! X

    GMT+8, 2025-1-11 15:11 , Processed in 0.019251 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

    快速回复 返回顶部 返回列表