nginx的location ~ .*.(?:htm|html)${root jimei-admin expires -1;add_header Cache-Control "private, no-...

在 Apache 中,对应的配置可能如下:

"\.(htm|html)$">
  Header set Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate"
  Header set Expires "-1"

你可能感兴趣的:(nginx,服务器,java,运维,开发语言)