> For the complete documentation index, see [llms.txt](https://support.hostcli.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.hostcli.com/bt-command/nginx.md).

# 宝塔Nginx服务管理命令

### **宝塔站长群** [**https://TG.HostCLi.COM**](https://TG.HostCLi.COM)

### Nginx服务管理

nginx安装目录

```
/www/server/nginx
```

启动

```
/etc/init.d/nginx start
```

停止

```
/etc/init.d/nginx stop
```

重启

```
/etc/init.d/nginx restart
```

启载

```
/etc/init.d/nginx reload
```

nginx配置文件

```
/www/server/nginx/conf/nginx.conf
```

### **宝塔站长群** [**https://TG.HostCLi.COM**](https://TG.HostCLi.COM)

End.
