企业🤖AI Agent构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
[TOC] ## root 语法 ``` root [<matcher>] <path> ``` ### 实例 ``` # 设置站点目录为 /home/user/public_html root * /home/user/public_html ## 设置站点目录为 public_html root public_html ## 匹配url 指定站点请求 root /foo/* /home/user/public_html/foo ### 设置静态服务器 root * /home/user/public_html file_server ```