nginx配置:
location / {
root /home/tjzg/gl;
index login.html;
add_header Cache-Control no-cache;
add_header Cache-Control private;
expires 0s;
}
来源:CSDN
作者:呓语的风
链接:https://blog.csdn.net/zml_moxueli/article/details/80091080