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.
Varnish 以 Transfer-Encoding: chunked for ESIed pages 响应,但这不适用于某些代理(squid)。我想禁用 ESI 的传输编码。
Varnish ESI 要求使用分块编码。
每个 ESI 片段都是一个新的块,这样 Varnish 就不必缓冲任何东西来构建页面。
有大量使用 ESI 和 Varnish 的大型网页。您确定代理参数有效吗?