清除html缓存

nginx配置:

location / {
                root   /home/tjzg/gl;
                index  login.html;


                add_header Cache-Control no-cache;
                add_header Cache-Control private;
                expires 0s;
        }

你可能感兴趣的:(清除html缓存)