location ~ .*\.(css|js|gif|png|jpg|jpeg|bmp|swf)$ {
  root $root_path;
  access_log off;
}

相关文章:

  • 2022-12-23
  • 2021-11-30
  • 2021-12-10
  • 2021-11-20
  • 2021-09-26
  • 2021-11-24
  • 2022-12-23
  • 2022-02-10
猜你喜欢
  • 2022-01-02
  • 2021-11-30
  • 2021-12-10
  • 2021-11-25
  • 2021-10-21
  • 2021-08-01
相关资源
相似解决方案