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.
我们正在将 CakePHP 应用程序部署到 nginx(1.2.4)。
视图文件存在问题,它不会刷新最新的视图文件。似乎视图总是被缓存,我必须清除浏览器缓存才能加载更新的内容。
我试图在 CakePHP 中禁用,但问题仍然存在。
以前有人遇到过这个问题吗?
编辑
最后,我们认为这是导致我在 site_ 可用文件夹下的 conf 文件
检查您是否将调试级别设置为不同于 0 的级别。除 0 以外的调试级别会自动设置缓存几秒钟,因此您应该能够看到视图的最新更改。
http://book.cakephp.org/2.0/en/controllers.html#Controller::disableCache http://book.cakephp.org/2.0/en/controllers/request-response.html#interacting-with-browser-缓存