mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 00:36:08 +03:00
[GH-ISSUE #575] 如何配置IP地址+端口号的反向代理? #1632
Labels
No labels
Q/A
bug
casdoor
dependencies
docker
documentation
duplicate
enhancement
help wanted
invalid
lego
platform:openwrt
platform:windows
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nginx-ui#1632
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @chung1912 on GitHub (Sep 25, 2024).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/575
内网地址的ip:port形式如何在ui里面配置?
比如:
https://192.168.1.11:1443
https://192.168.1.11:2443
https://192.168.1.11:3443
这些端口对应不同的服务,并且不是域名,是同一个IP地址
用原生nginx是分别映射多个端口,然后nginx配置文件的直接分别配置
UI里面怎么配置这种?并且和域名的反代分开独立管理
@0xJacky commented on GitHub (Sep 25, 2024):
新建多个 server 也可以
@chung1912 commented on GitHub (Sep 25, 2024):
没太明白什么意思,需要部署多个nginx-ui? 是否可以一个nginx-ui,映射多个端口来设置?
@0xJacky commented on GitHub (Sep 25, 2024):