apache_conf Cache-Control - 静态资源的HTTP头。欲了解更多信息,请访问https://varvy.com/pagespeed/cache-control.html

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了apache_conf Cache-Control - 静态资源的HTTP头。欲了解更多信息,请访问https://varvy.com/pagespeed/cache-control.html相关的知识,希望对你有一定的参考价值。

# Cache-Control - HTTP headers for static resources
<IfModule mod_headers.c>
	# One year for image and video files
	<filesMatch ".(jpg|jpeg|png|gif|ico|mp4|webm)$">
		Header set Cache-Control "max-age=31536000, public"
	</filesMatch>

	# One month for css and js
	<filesMatch ".(css|js)$">
		Header set Cache-Control "max-age=2628000, public"
	</filesMatch>
</IfModule>

以上是关于apache_conf Cache-Control - 静态资源的HTTP头。欲了解更多信息,请访问https://varvy.com/pagespeed/cache-control.html的主要内容,如果未能解决你的问题,请参考以下文章

http Cache-Control详解及nginx设置Cache-Control

http Cache-Control详解及nginx设置Cache-Control

Cache-Control官方文档

如何定义最佳 Cache-Control 策略

Laravel移除Cache-Control

NGINX下配置CACHE-CONTROL