We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nginx UI 是一个功能强大的 Nginx 网页管理界面
Nginx UI 支持多种语言,包括:
在首次运行 Nginx UI 时,请访问 http://<your_server_ip>:<listen_port> 进行后续配置。可以通过终端运行 Nginx UI,支持在后台运行以及通过 systemd 管理服务。
http://<your_server_ip>:<listen_port>
Nginx UI 支持以下平台:
您可以访问最新发布页面下载最新版本或使用 Linux 安装脚本。
我们的 Docker 镜像 uozi/nginx-ui:latest 基于最新的 Nginx 镜像,可以用来替换主机上的 Nginx。通过将容器的 80 和 443 端口发布到主机,您可以轻松切换。
uozi/nginx-ui:latest
注意:
/etc/nginx
部署步骤:
安装 Docker。
然后使用以下命令部署 Nginx UI:
docker run -dit \ --name=nginx-ui \ --restart=always \ -e TZ=Asia/Shanghai \ -v /mnt/user/appdata/nginx:/etc/nginx \ -v /mnt/user/appdata/nginx-ui:/etc/nginx-ui \ -p 8080:80 -p 8443:443 \ uozi/nginx-ui:latest
当您的 Docker 容器运行时,通过 http://<your_server_ip>:8080/install 登录 Nginx UI 面板。
http://<your_server_ip>:8080/install
Nginx UI 使得 Nginx 的管理变得更加简单和直观,非常适合需要监控和配置 Nginx 的用户。
https://github.com/0xJacky/nginx-ui
The text was updated successfully, but these errors were encountered:
Quick RSS Feed: Nginx UI:轻松管理您的 Nginx 服务器的开源网页界面 #39
5874922
jaywcjlove
No branches or pull requests
📋 简介
Nginx UI 是一个功能强大的 Nginx 网页管理界面
具有以下特点:
国际化支持
Nginx UI 支持多种语言,包括:
使用说明
在首次运行 Nginx UI 时,请访问
http://<your_server_ip>:<listen_port>
进行后续配置。可以通过终端运行 Nginx UI,支持在后台运行以及通过 systemd 管理服务。安装平台
Nginx UI 支持以下平台:
您可以访问最新发布页面下载最新版本或使用 Linux 安装脚本。
使用 Docker 部署
我们的 Docker 镜像
uozi/nginx-ui:latest
基于最新的 Nginx 镜像,可以用来替换主机上的 Nginx。通过将容器的 80 和 443 端口发布到主机,您可以轻松切换。注意:
/etc/nginx
的卷为空。部署步骤:
安装 Docker。
然后使用以下命令部署 Nginx UI:
当您的 Docker 容器运行时,通过
http://<your_server_ip>:8080/install
登录 Nginx UI 面板。Nginx UI 使得 Nginx 的管理变得更加简单和直观,非常适合需要监控和配置 Nginx 的用户。
🔗 链接
https://github.com/0xJacky/nginx-ui
The text was updated successfully, but these errors were encountered: