Nginx:验证 Nginx 是否从缓存中提取

Nginx:验证 Nginx 是否从缓存中提取

我使用 nginx 缓存来缓存 html 和资源。如何验证 nginx 是否确实缓存了资源并从缓存中传输?

答案1

您可以像这样添加标题:

add_header X-Cache-Status $upstream_cache_status

http://wiki.nginx.org/HttpUpstreamModule#.24upstream_cache_status

相关内容