代码改变世界

nginx 客户端不缓存header

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