nginx圖片、css、js緩衝

來源:互聯網
上載者:User

nginx圖片、css、js緩衝

開始的時候搭建nginx環境,以為單單是為了負載平衡,實現分布式叢集。現在發現可以使用nginx的緩衝機制來最佳化相應速度。下面介紹一下nginx圖片、css、js的緩衝。

#圖片緩衝時間設定location ~ .*.(gif|jpg|jpeg|png|bmp|swf)${expires 8d;}#JS和CSS緩衝時間設定location ~ .*.(js|css)?${expires 2h;}
可以看出通過設定到期時間,減少背景訪問負擔。

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.