本地nginx部署HTML项目,修改js文件之后,项目不改变
作者:互联网
步骤1 修改nginx.conf文件
location / {
root C:\Users\86180\Desktop\功能需求\在线组态\BY组态-BY1.2.5.6(VIP版)\BY1.2.5.6(VIP版);
index example.html;
expires 1s;
add_header Cache-Control no-store;
}
需要在以上相应位置添加
expires 1s;
add_header Cache-Control no-store;
然后reload就可以实时变化了
标签:1s,5.6,header,Cache,组态,nginx,HTML,no,js 来源: https://blog.csdn.net/qq_42761482/article/details/123182524