Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
HTML标签是否:
<META http-equiv="Cache-Control" content="no-cache"> <META http-equiv="expires" content="0"> <META http-equiv="Pragma" content="no-cache">
还指示 squid 不缓存该特定页面?还是只是告诉用户的浏览器不要在他/她的机器上本地缓存它?
您应该将其作为 HTTP 标头发送给 squid 以获取它。您的服务器可能足够聪明并将它们添加到标头中,但很可能不会。