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.
在这个文档中,只有一些关于如何使用该变量的描述。
https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:developer_guide:response_headers
X-LiteSpeed-Vary: cookie=cookie1,cookie=cookie2
有没有更详细的文档?
https://nyphper.wordpress.com/2017/02/23/how-to-use-litespeed-vary-to-generate-different-caches-for-one-page-url-php/
设置cookie1为vary name,当用户访问该页面时,litespeed服务器会缓存用户cookiecookie1值的页面。下次访问具有相同 cookie 值的该页面的人将获得缓存
cookie1