bcloud_nginx_user.conf 112 B

1234
  1. location ~ .*\.(html|js)$ {
  2. #禁止缓存,每次都从服务器请求
  3. add_header Cache-Control no-store;
  4. }