mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2026-04-25 16:55:56 +03:00
[GH-ISSUE #835] 反向代理不生效 #6219
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#6219
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 @lixingbu-tal on GitHub (Jan 28, 2025).
Original GitHub issue: https://github.com/0xJacky/nginx-ui/issues/835
debian12系统下使用Docker安装nginx-ui最新版镜像 uozi/nginx-ui:latest。在配置反向代理时无论配置什么应用,都会重定向到NGINX-ui的登录界面。
docker-compose.yml配置如下:
nginx-UI 内反向代理配置如下:
从官方文档中并没有得到解决方案,麻烦请帮我答疑解惑,谢谢各位大佬。
@0xJacky commented on GitHub (Jan 28, 2025):
使用了 frp 吗,看起来是 $Host Header 没有携带,你先试试在内网 host 能不能正常用
@0xJacky commented on GitHub (Jan 30, 2025):
可以的话,发一下 nginx.conf 配置文件的内容