简体   繁体   English

永远禁用Node.js缓存

[英]Disable Forever Node.js Caching

Node.js keeps on using a cached version of my website. Node.js继续使用网站的缓存版本。 I updated the code and even used the -w option, but Forever keeps on referring to the cache. 我更新了代码,甚至使用了-w选项,但Forever始终引用高速缓存。 How do I disable caching with Forever Node.js and also how do I completely uninstall it? 如何禁用Forever Node.js的缓存,以及如何完全卸载它?

According to this answer, it does cache: https://serverfault.com/questions/320973/does-the-forever-daemon-cache-the-node-js-script 根据此答案,它会缓存: https : //serverfault.com/questions/320973/does-the-forever-daemon-cache-the-node-js-script

Edit: It seems that this is a persistent issue with Forever: https://github.com/foreverjs/forever/issues/590 编辑:似乎这是永久的永久性问题: https : //github.com/foreverjs/forever/issues/590

我不知道它是否仍然存在,但是forever重新启动会有所帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM