企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
```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; } ```