代码改变世界

nginx 客户端不缓存header

2016-10-08 15:33  cmsd  阅读(550)  评论(0编辑  收藏  举报
location ~* \.(html|htm)$ {
                add_header Cache-Control no-store;
        }