合规国际互联网加速 OSASE为企业客户提供高速稳定SD-WAN国际加速解决方案。 广告
```conf location ~ ^.+\.(?:html?)$ { expires 30d; # 缓存30天 break; } location ~ ^.+\.(?:txt|js|css|gif|jpg|jpeg|png|ico|xlsx?)$ { access_log off; # 关闭访问日志 log_not_found off; # 关闭错误日志 expires 30d; # 缓存30天 break; } ```