mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: update README
This commit is contained in:
parent
909f7380b6
commit
a33828a537
3 changed files with 9 additions and 15 deletions
|
@ -10,9 +10,7 @@ Nginx 網路管理介面,由 [0xJacky](https://jackyu.cn/) 與 [Hintay](https
|
|||
|
||||
[](https://github.com/0xJacky/nginx-ui/actions/workflows/build.yml)
|
||||
|
||||
[For English](README.md)
|
||||
|
||||
[简体中文](README-zh_CN.md)
|
||||
[English](README.md) | [简体中文](README-zh_CN.md) | 繁體中文
|
||||
|
||||
<details>
|
||||
<summary>目錄</summary>
|
||||
|
@ -132,7 +130,7 @@ Nginx UI 可在以下作業系統中使用:
|
|||
- Dragonfly BSD
|
||||
- Openwrt
|
||||
|
||||
您可以在 [最新释出 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest) 中下載最新版本,或使用 [Linux 安裝指令碼](#scripts-for-linux)。
|
||||
您可以在 [最新释出 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest) 中下載最新版本,或使用 [Linux 安裝指令碼](#linux-安裝指令碼)。
|
||||
|
||||
### 使用方法
|
||||
|
||||
|
@ -157,7 +155,7 @@ nohup ./nginx-ui -config app.ini &
|
|||
kill -9 $(ps -aux | grep nginx-ui | grep -v grep | awk '{print $2}')
|
||||
```
|
||||
#### 使用 Systemd
|
||||
如果你使用的是 [Linux 安裝指令碼](#scripts-for-linux),Nginx UI 將作為 `nginx-ui` 守護行程安裝在 systemd 中。請使用 `systemctl` 指令控制。
|
||||
如果你使用的是 [Linux 安裝指令碼](#linux-安裝指令碼),Nginx UI 將作為 `nginx-ui` 守護行程安裝在 systemd 中。請使用 `systemctl` 指令控制。
|
||||
|
||||
**啟動 Nginx UI**
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue