root
最后更新于:2022-04-02 02:55:42
[TOC]
## root
语法
```
root [
]
```
### 实例
```
# 设置站点目录为 /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
```
';