mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-10 18:05:48 +02:00
chore: added README-es.md (#128)
* fix typo * Spanish README added. * Update README-es.md
This commit is contained in:
parent
b057d92ff0
commit
1a2aabf5df
4 changed files with 322 additions and 5 deletions
|
@ -15,8 +15,7 @@ To check out docs, visit [nginxui.com](https://nginxui.com).
|
|||
|
||||
[](https://starchart.cc/0xJacky/nginx-ui)
|
||||
|
||||
|
||||
English | [简体中文](README-zh_CN.md) | [繁體中文](README-zh_TW.md)
|
||||
English | [Español](README-es.md) | [简体中文](README-zh_CN.md) | [繁體中文](README-zh_TW.md)
|
||||
|
||||
<details>
|
||||
<summary>Table of Contents</summary>
|
||||
|
@ -160,7 +159,7 @@ Press `Control+C` in the terminal to exit Nginx UI.
|
|||
```shell
|
||||
nohup ./nginx-ui -config app.ini &
|
||||
```
|
||||
Stop Nginx UI with the follow commond.
|
||||
Stop Nginx UI with the follow command.
|
||||
|
||||
```shell
|
||||
kill -9 $(ps -aux | grep nginx-ui | grep -v grep | awk '{print $2}')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue