Skip to content

Commit 53eac76

Browse files
committed
chore: update README.md
1 parent 86ebed7 commit 53eac76

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README-es.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Puede visitar [latest release](https://github.com/0xJacky/nginx-ui/releases/late
144144

145145
### Uso
146146

147-
Al ejecutar por primera vez la UI de Nginx, visite en su navegador `http://<your_server_ip>:<listen_port>/install` para completar las configuraciones posteriores.
147+
Al ejecutar por primera vez la UI de Nginx, visite en su navegador `http://<your_server_ip>:<listen_port>` para completar las configuraciones posteriores.
148148

149149
#### Desde el ejecutable
150150
**Ejecutar UI Nginx en la terminal**

README-vi_VN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Bạn có thể truy cập [latest release](https://github.com/0xJacky/nginx-ui/
158158

159159
### Sử dụng
160160

161-
Trong lần chạy đầu tiên, vui lòng truy cập `http://<your_server_ip>:<listen_port>/install` bằng trình duyệt của bạn để hoàn tất các cấu hình.
161+
Trong lần chạy đầu tiên, vui lòng truy cập `http://<your_server_ip>:<listen_port>` bằng trình duyệt của bạn để hoàn tất các cấu hình.
162162

163163
#### Chạy với Executable
164164
**Chạy giao diện người dùng Nginx trong Terminal**

README-zh_CN.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ Nginx UI 可在以下平台中使用:
137137

138138
### 使用方法
139139

140-
第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>/install` 完成后续配置。
140+
第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>` 完成后续配置。
141141

142142
#### 通过执行文件运行
143143
**在终端中运行 Nginx UI**

README-zh_TW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ Nginx UI 可在以下作業系統中使用:
140140

141141
### 使用方法
142142

143-
第一次執行 Nginx UI 時,請在網頁瀏覽器中訪問 `http://<your_server_ip>:<listen_port>/install` 完成後續設定。
143+
第一次執行 Nginx UI 時,請在網頁瀏覽器中訪問 `http://<your_server_ip>:<listen_port>` 完成後續設定。
144144

145145
#### 透過執行檔案執行
146146

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ You can visit [latest release](https://github.com/0xJacky/nginx-ui/releases/late
154154

155155
### Usage
156156

157-
In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>/install`
157+
In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>`
158158
in your browser to complete the follow-up configurations.
159159

160160
#### From Executable

docs/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ control the host machine's Nginx. You can also [install via Docker](#install-wit
3535
includes Nginx and can be used bundled. For advanced users, you may also visit the [latest release](https://github.com/0xJacky/nginx-ui/releases/latest)
3636
to download the latest distribution and [run executable directly](#run-executable-directly), or [manually build it](./build).
3737

38-
In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>/install`
38+
In the first runtime of Nginx UI, please visit `http://<your_server_ip>:<listen_port>`
3939
in your browser to complete the follow-up configurations.
4040

4141
In addition, we provide [an example](./nginx-proxy-example) of using Nginx to reverse proxy Nginx UI,

docs/zh_CN/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ http {
3131
我们提供的镜像包含 Nginx 并可以直接使用。对于高级用户,您也可以在 [最新发行 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest)
3232
中下载最新版本并 [通过执行文件运行](#通过执行文件运行),或者 [手动构建](./build)
3333

34-
第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>/install` 完成后续配置。
34+
第一次运行 Nginx UI 时,请在浏览器中访问 `http://<your_server_ip>:<listen_port>` 完成后续配置。
3535

3636
此外,我们提供了一个使用 Nginx 反向代理 Nginx UI 的 [示例](./nginx-proxy-example),您可在安装完成后使用。
3737

docs/zh_TW/guide/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ http {
3131
我們提供的映象包含 Nginx 並可以直接使用。對於高階使用者,您也可以在 [最新發行 (latest release)](https://github.com/0xJacky/nginx-ui/releases/latest)
3232
中下載最新版本並 [透過執行檔案執行](#透過執行檔案執行),或者 [手動構建](./build)
3333

34-
第一次執行 Nginx UI 時,請在瀏覽器中訪問 `http://<your_server_ip>:<listen_port>/install` 完成後續配置。
34+
第一次執行 Nginx UI 時,請在瀏覽器中訪問 `http://<your_server_ip>:<listen_port>` 完成後續配置。
3535

3636
此外,我們提供了一個使用 Nginx 反向代理 Nginx UI 的 [示例](./nginx-proxy-example),您可在安裝完成後使用。
3737

0 commit comments

Comments
 (0)