问题标签 [nginx-cache]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - 使用原始 URL 时 Nginx FastCGI 缓存密钥不起作用
我对 Nginx 缓存有疑问
这是我的 Nginx 配置
我尝试点击我的网址http://example.net/hello-world
当 nginx 使用此配置处理 url 时,缓存键为“/hello-world”
使用 ISP 1
第一次尝试 X-Cache 是 MISS 第二次尝试 X-Cache 是 HIT
使用 ISP 2
第一次尝试是MISS
为什么当我使用 ISP 2 时缓存是 MISS ..?而以前使用 ISP 1 X-Cache 很受欢迎。
我尝试调试 $original_path 变量到 access.log 是 print /hello-world