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

lnmpa是不是nginx已经配置好缓存网站的图片和js等文件?

[复制链接]

122

主题

644

回帖

1674

积分

金牌会员

积分
1674
发表于 2013-3-9 19:42:58 | 显示全部楼层 |阅读模式
本帖最后由 jsjfans 于 2013-3-9 19:45 编辑

lnmpa是不是nginx已经配置好静态缓存网站的图片和js等文件?

还是需要设置下?

该如何设置?

谢谢!![ol]
  • server
  •         {
  •                 listen       80;
  •                 server_name www.abc.com abc.com;
  •                 index index.html index.htm index.php default.html default.htm default.php;
  •                 root  /home/wwwroot/www.abc.com;
  •                 location / {
  •                         try_files $uri @apache;
  •                         }
  •                 location @apache {
  •                         internal;
  •                         proxy_pass http://127.0.0.1:88;
  •                         include proxy.conf;
  •                         }
  •                 location ~ .*\.(php|php5)?$
  •                         {
  •                                 proxy_pass http://127.0.0.1:88;
  •                                 include proxy.conf;
  •                         }
  •                 location ~ .*\.(gif|jpg|jpeg|png|bmp|swf)$
  •                         {
  •                                 expires      30d;
  •                         }
  •                 location ~ .*\.(js|css)?$
  •                         {
  •                                 expires      12h;
  •                         }
  •                 access_log  /home/wwwlogs/www.abc.com.log  www.abc.com;
  •         }
  • [/ol]复制代码默认是这个配置  
  • 回复

    使用道具 举报

    486

    主题

    3866

    回帖

    9230

    积分

    论坛元老

    积分
    9230
    发表于 2013-3-9 19:43:55 | 显示全部楼层
    不懂。。。
    回复

    使用道具 举报

    6

    主题

    678

    回帖

    1380

    积分

    金牌会员

    积分
    1380
    发表于 2013-3-9 19:44:17 | 显示全部楼层
    没用过
    回复

    使用道具 举报

    11

    主题

    92

    回帖

    219

    积分

    中级会员

    积分
    219
    发表于 2013-3-9 19:44:17 | 显示全部楼层
    应该是已经配置好了吧
    回复

    使用道具 举报

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

    本版积分规则

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

    GMT+8, 2025-1-12 09:52 , Processed in 0.023033 second(s), 4 queries , Gzip On, Redis On.

    Powered by Discuz! X3.5

    © 2001-2024 Discuz! Team.

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