refactor: use nginx -s reload instead of systemd
- doc: add comment
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
## 1. daemon 配置
|
||||
|
||||
`/etc/yms-daemon/yms-daemon.toml` 使用以下精确内容。`systemctl_path` 仍用于 host Nginx reload,必须填写该服务器 `command -v systemctl` 的精确输出。
|
||||
`/etc/yms-daemon/yms-daemon.toml` 使用以下精确内容。`systemctl_path` 仅用于 native backend systemd 操作;本地 Nginx 切流固定使用 `/usr/sbin/nginx -s reload`。
|
||||
|
||||
```toml
|
||||
[daemon]
|
||||
|
||||
Reference in New Issue
Block a user