Nginx中使用如下配置
location ~* .(html)$ {
add_header Cache-Control "no-cache";
root /usr/share/nginx/html;
}

Nginx中使用如下配置
location ~* .(html)$ {
add_header Cache-Control "no-cache";
root /usr/share/nginx/html;
}