标签: nginx
我运行页面速度,我得到: "利用浏览器缓存" 我已将以下指令添加到我的nginx.conf
location ~* \.(?:ico|css|js|gif|jpe?g|png)$ { expires 30d; add_header Pragma public; add_header Cache-Control "public"; }
但我仍然从谷歌获得相同的消息。