只去除html缓存

  1. if ($request_filename ~* .*\.(?:htm|html)$)
  2. {
  3. add_header Cache-Control "private, no-store, no-cache, must-revalidate, proxy-revalidate";
  4. }